Sleep ()函数本身是不可跨平台的,Qt在Android下编译时就会导致编译无法通过。 在此发一个用于替代Sleep()的方案。 void sleep(int mSec) { QElapsedTimer t; ...
確定! 回上一頁