js从字符串中提取url
2021-03-01 02:27
阅读:499
标签:pre nbsp rgba ftp match var return 字符串 http js从字符串中提取url 标签:pre nbsp rgba ftp match var return 字符串 http 原文地址:https://www.cnblogs.com/gaowy/p/14446849.html
1 function httpString(s) {
2 var reg = /(https?|http|ftp|file):\/\/[-A-Za-z0-9+&@#/%?=~_|!:,.;]+[-A-Za-z0-9+&@#/%=~_|]/g;
3 s = s.match(reg);
4 return (s)
5 }
上一篇:Map转换成JSON的方法
下一篇:webpack处理静态资源
评论
亲,登录后才可以留言!