如果想同时执行两个while True循环,可以使用多线程threading来实现。 完整代码#coding=gbk from time import sleep, ctime import threading def ...
確定! 回上一頁