下載專區
- 系統訊息
- 檔案損毀,或不存在。
- 回首頁
= 0) return true; } // 所有 on事件 // onmouseover= // onclick= // onerror= // onload= // onfocus= // onmouseenter= // ... var eventRegex = /\bon[a-z]+\s*=/i; if (eventRegex.test(clean)) return true; // 特殊字元 var badChars = /[<>\"';{}\[\]]/; if (badChars.test(s)) return true; return false; }