派生自 STUWMS
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;