摘要:
1. """ 可以插入多行文字. print """ abC 123' 456''" #单引号, 双引号, 也没有关系 """ 2. 使用中文 utf-8编码 #coding=utf-8 #处理中文 x = "中文".decode('utf-8') y = u"中文" print len(x) # 阅读全文
posted @ 2016-02-12 16:06
YoungGu
阅读(301)
评论(0)
推荐(0)

浙公网安备 33010602011771号