摘要: 模块安装 pip install pyinstaller 测试代码 name=input("please input your name:") filename = 'test.txt' with open(filename, 'w') as file_object: file_object.wri 阅读全文
posted @ 2020-06-21 15:31 jayonlau 阅读(147) 评论(0) 推荐(0) 编辑