代码如下:
var results = data.match(/(start=').*?(')/); if (results != null) { console.log(data[0]); }
作者: 王磊的博客 出处: http://vipstone.cnblogs.com/