如果URL中不存在http://如何?
http://如果URL尚未包含协议(例如http://,https://或ftp://),我该如何添加?
例:
addhttp("google.com"); // http://google.com
addhttp("www.google.com"); // http://www.google.com
addhttp("google.com"); // http://google.com
addhttp("ftp://google.com"); // ftp://google.com
addhttp("https://google.com"); // https://google.com
addhttp("http://google.com"); // http://google.com
addhttp("rubbish"); // http://rubbish
LEATH
慕无忌1623718