摘要:
// 匹配<script></script>的尖括号 function regExpMatch(str) { str = str.replace(/<\s*script.*?>.*?<\s*\/\s*script.*?>/g, function (a, b) { if (a) { return a. 阅读全文
posted @ 2018-08-30 10:42
jackyeah_void
阅读(178)
评论(0)
推荐(0)
2018年8月30日