标签:pre nbsp rgba ftp match var return 字符串 http
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 }
标签:pre nbsp rgba ftp match var return 字符串 http
原文地址:https://www.cnblogs.com/gaowy/p/14446849.html