用户:mwh3961查看:0 回复:0 评论:0 创建时间:2021-08-25T15:10:45
代码:
import os while True: a = input('请输入要安装的库:') os.system(f'pip install {a}')