问题/答案/评论 提交时增加限制(5秒内只能提交1次)

This commit is contained in:
chenjuntao
2018-04-19 10:59:41 +08:00
parent 3797fd85ad
commit a5069789b3
4 changed files with 16 additions and 3 deletions

View File

@ -37,4 +37,8 @@ public class ClickUtils {
return false;
}
public static void releaseInterval() {
lastButtonId = 0;
}
}