同时,我们可以设置一个标志,动态的控制循环的进行: ```python active=True while active: command=input("输入一个字符串(输入quit退出)") if ...
確定! 回上一頁