手机
当前位置:查字典教程网 >编程开发 >正则表达式 ><meta>正则
<meta>正则
摘要:复制代码代码如下:varcharResult=this.getAttribute("responseText").match(/

复制代码 代码如下:

varcharResult=this.getAttribute("responseText").match(/<meta.*?Wcharsets*=s*(S+?)["'>s]/i);

charResult=charResult?charResult[1]:"gb2312";

【&lt;meta&gt;正则】相关文章:

js验证email的正则

js正则表达式基本语法(精粹)

javascript正则表达式简介

Java正则表达式使用

[asp]匹配网址的正则

JavaScript 正则表达式(笔记)

asp.net常用正则表达式

java常用正则表达式

我的正则

Java 正则表达式详解

精品推荐
分类导航