摘要:
1、slice(1,10,2)构建下标对象,例如a=range(10) prin a[slice(1,10,2)]等效于print a[1:10:2] 2、标准库re time datetime os os.path 3、字符串前加 r表示忽略转义字符,纯字符串,加 u 表示unicode 4、os 阅读全文
posted @ 2015-08-04 21:08
woodyle
阅读(223)
评论(0)
推荐(0)
浙公网安备 33010602011771号