摘要: python script常见格式:import sys #导入sys模块from util import * #从util模块导入全部需要的变量,函数等module=['webview','content_shell','chrome'] #列表数据结构number=(1,2,5,6,9) #元祖... 阅读全文
posted @ 2014-06-17 13:28 一如当初 阅读(118) 评论(0) 推荐(0)