import threading ... 在多线程函数中定义一个 Queue ,用来保存返回值,代替 return ,定义一个 ... q =Queue() #q中存放返回值,代替return的返回值.
確定! 回上一頁