1234567891011// 避免连续点击static DWORD tick1 = 0;DWORD tick2 = GetTickCount();if (tick2 - tick1 > 200){ tick1 = tick2;}else{ return;} # Qt# C++