标签:http sp on bs html ef tt nbsp htm
more +x filename
用于查看filename从x行开始
sed -n ‘100,120p‘ filename
用于打印从100-120行
wc -l filename
统计行数
def func(*t) 元组
def func(**t) 字典
ref http://www.pythoner.com/4.html
标签:http sp on bs html ef tt nbsp htm
原文地址:http://www.cnblogs.com/bnkr/p/4143020.html