V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  aro167  ›  全部回复第 1 页 / 共 1 页
回复总数  3
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   ·   实用小工具   ·   2118 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 19ms · UTC 16:12 · PVG 00:12 · LAX 09:12 · JFK 12:12
Developed with CodeLauncher
♥ Do have faith in what you're doing.