通过时间判断,过快的点击无效即可。
static pt As Date = NothingDim sp As TimeSpan = Date.Now - ptIf sp.TotalSeconds > 1 Then CurrentTable.AddNew pt = Date.NowElse output.show("无效") End If