2022-01-30 21:36 发起提问
2022-01-30 21:32 发起提问
2022-01-30 20:41 发表了文章
2022-01-30 20:37 发表了文章
2022-01-25 14:16 回答问题
方法1:用pip安装pyinstaller库,然后在命令行输入pyinstaller -F -w 名字.py(无input)或pyinstaller -F 名字.py(有input) 然后等待,接着会出现一个exe程序,然后点击执行即可(这其实就是打包程序) 方法2:直接用python解释器打开
2022-01-24 15:17 发表了文章
2022-01-24 09:52 发起提问