Loading

摘要: ``` /usr/bin/env python coding:utf 8 import sys print(sys.argv[1]) def readFile(filename): """定义readFile函数,从文件中读出文件内容""" with open(filename) as f: whi 阅读全文
posted @ 2017-08-09 16:40 Devops、小铁匠 阅读(722) 评论(0) 推荐(0) 编辑