我正在检查任何域名的链接,无论链接是否有效。但是当我从本地主机调试时,我不能指定特定的域名,例如localhost:xyz/preferences?hl=en
,我想要的不是这个(http://google.co.in/preferences ?hl=en ) 所以我们可以通过替换字符串来做
var linkWithLocalHost = "http://localhos:234/foo";
var result = // ??? some code that manipulates linkWithLocalHost
// expecting "http://google.co.il/foo" as result