qq_41295110
2025-07-15 ba04983aaf5cbb0d57c4ec3530ee1663f0f83115
utils/common.js
@@ -88,6 +88,15 @@
      return /^\d+$/.test(str);
   }
   
   isJson(str) {
      try{
         JSON.parse(str)
         return true
      }catch{
         return false
      }
   }
   timeClock(callback, delay) {
       let timeoutId;
       let isRunning = false;