Python 既支持多行程(Multi-Process) 又支持多線程(Multithreading),因此 ... t2 = Thread (target = download, args =('Hot.avi',)) t2.start() t1.join() ...
確定! 回上一頁