... thread = QThread::create(counting, 10000000);//把counting函数放进thread线程里执行, 把10000000传过去 connect(thread,&QThread::finished, thread, ...
確定! 回上一頁