摘要: // 匹配<script></script>的尖括号 function regExpMatch(str) { str = str.replace(/<\s*script.*?>.*?<\s*\/\s*script.*?>/g, function (a, b) { if (a) { return a. 阅读全文