摘要: from __future__ import unicode_literalsprint(type("test")) #Chinatest="测试"print(Chinatest[1:2]) #输出“试” 阅读全文
posted @ 2015-11-04 12:59 HaichaoON 阅读(288) 评论(0) 推荐(0)