代码如下:
1
2
3
4
5
|
var
results = data.match(/(start=
').*?('
)/);
if
(results !=
null
)
{
console.log(data[0]);
}
|
本文转自王磊的博客博客园博客,原文链接:http://www.cnblogs.com/vipstone/p/4885441.html,如需转载请自行联系原作者