摘要: 1 1 #Author:Zoe 2 2 #for i in range(0,3,2): 3 3 ''' 4 4 for i in range(0,10): 5 5 if i<3: 6 6 print("loop",i) 7 7 else: 8 8 continue 9 9 print("yeah.. 阅读全文
posted @ 2018-02-06 14:09 半颗橙子 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 老师博客:http://www.cnblogs.com/alex3714/articles/5885096.html 一些源代码 字符编码 一字节8bit位 Unicode二字节 16位 ASCII 255/93 1bytes --> 1980 gb2312 7xxx -->1995 GBK1.0 阅读全文
posted @ 2018-02-06 13:31 半颗橙子 阅读(123) 评论(0) 推荐(0) 编辑