摘要:
注:本文可转载,转载请注明出处:http://www.cnblogs.com/collectionne/p/6885066.html。格式修改未完成。 Tkinter资料 Python Wiki, TkInter effbot.org, An Introduction to Tkinter New 阅读全文
摘要:
2.2节讲过,Python中有字符串类型。在Python中,字符串用'或"括起,例如'abc'、"qwerty"等都是字符串。注意'和"并不是字符串的内容。 ASCII(American Standard Code for Information Interchange)码 电脑可以存储数字,那字符 阅读全文