检查是否为 url string
字符串值
isUrl('http://www.example.com?foo=bar¶m=test'); /// trueisUrl(http://www); /// false Copy
isUrl('http://www.example.com?foo=bar¶m=test'); /// trueisUrl(http://www); /// false
检查是否为 url string