<meta>正则
<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";

推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
相关阅读
网友关注
最新正则表达式学习
热门正则表达式学习
编程开发子分类