您现在的位置是:网站首页> 编程资料编程资料

<meta>正则_正则表达式_

2023-05-25 240人已围观

简介 <meta>正则_正则表达式_

复制代码 代码如下:

var charResult = this.getAttribute("responseText").match(/\s]/i);
charResult = charResult ? charResult[1] : "gb2312";

-六神源码网