摘要:
#Author:Elson Zeng import os import requests import re # http://www.xiaohuar.com/list-1-1.html # http://www.xiaohuar.com/list-1-2.html #mg width="210" alt="台湾朝阳科技大学校花陈静怡" src="/d/file/20181113/f957... 阅读全文
摘要:
1.编码 ASCII (英文1字节,没中文)=> GB => GBK =>uncoode (中英文都2字节) => utf-8 (可变长字节储存,中文3字节,英文1字节) 2.第一个程序 hello world 3.输密码 4.while and for 循环 5.认识模块 6.内置函数 bin() 阅读全文