Fork me on GitHub
摘要: 1.(<img\ssrc[^>]*>) 2.content.replace(/<img [^>]*src=['"]([^'"]+)[^>]*>/gi, function (match) { console.log(match);}); 结果是:<img src="http://www.jb51.ne 阅读全文
posted @ 2016-04-29 13:50 明天后浪 阅读(2244) 评论(0) 推荐(0)