<meta>正则
发布时间:2016-12-29 来源:查字典编辑
摘要:复制代码代码如下:varcharResult=this.getAttribute("responseText").match(/
复制代码 代码如下:
varcharResult=this.getAttribute("responseText").match(/<meta.*?Wcharsets*=s*(S+?)["'>s]/i);
charResult=charResult?charResult[1]:"gb2312";