随笔分类 -  python

解释性语言和编译性语言的定义
摘要:字符串编译的过程:gbk==>unicode==>utf16==>url解码 字符串解码顺序为:url解码==>utf16==>unicode==>gbk 解释性语言和编译性语言的定义: 字符串编译的过程:gbk==>unicode==>utf16==>url解码 字符串解码顺序为:url解码==> 阅读全文

posted @ 2017-11-08 11:43 Asusual 阅读(268) 评论(0) 推荐(0)

while/else
摘要:LOOPS While / else Something completely different about Python is the while/else construction. while/else is similar to if/else, but there is a differ 阅读全文

posted @ 2017-11-07 20:29 Asusual 阅读(171) 评论(0) 推荐(0)