|
http://www.pythonchallenge.com/pc/def/channel.html
RE:正则表达式:
Reguar Expressions are simply stirngs that define patterns to be matched against other strings。
re.compile().search()//这样就好理解 为什么是pattern search了。
search与match的区别?match是从第一个字母开始匹配
urllib2:
pickle/shelve
这俩区别? |
|