aro167 最近的时间轴更新
aro167

aro167

V2EX 第 72283 号会员,加入于 2014-08-29 09:10:22 +08:00
aro167 最近回复了
2016-03-01 16:21:17 +08:00
回复了 mdluo 创建的主题 前端开发 前端面试资料合集(技能、学习路线、面试考点等)
2016-03-01 14:24:17 +08:00
回复了 bitweaver 创建的主题 求职 毕业近 2 年未工作,现在出来求职,望指点
考虑来北京工作吗
2015-10-19 12:29:36 +08:00
回复了 banxi1988 创建的主题 Python Python 2.7 str 方法 isalpha 不支持 unicode 的一个小坑
利用 translate 可靠
import string
notrans = string.maketrans('', '')
def containsAll(astr, strset):
return not strset.translate(notrans, astr)
containsAll(string.letters,'我是 aro167')
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   996 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 17ms · UTC 23:27 · PVG 07:27 · LAX 16:27 · JFK 19:27
Developed with CodeLauncher
♥ Do have faith in what you're doing.