There are two major problems with your code: First of all you must wait for the threads to finish. You do that by joining them with ...
確定! 回上一頁