当前位置:Gxlcms > 正则表达式 > <meta>正则

<meta>正则

时间:2021-07-01 10:21:17 帮助过:24人阅读

代码如下:
var charResult = this.getAttribute("responseText").match(/<meta.*?\Wcharset\s*=\s*(\S+?)["'>\s]/i);
charResult = charResult ? charResult[1] : "gb2312";

人气教程排行