摘要:
最近发现网上找答案也是80%类似结果。js调试可以在浏览器里,f10,f11可以比较准确。 function scriptReplace(str) { if (new RegExp(".*?script[^>]*?.*?(<\/.*?script.*?>)*", "ig").test(str)) { 阅读全文
摘要:
/// <summary> /// Checks the file is textfile or not. /// </summary> /// <param name="fileName"> Name of the file. </param> /// <returns></returns> pu 阅读全文