Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是当前代码
<a href="<?='http://help.mysite.com/' or 'http://help.mysite.net/';?>">Help</a>
如何打印有两种选择的服务器 url?
谷歌搜索但没有看到!
之前有类似的帖子,你可以检查一下:
在 Jquery/Javascript 中检查 URL
这里对 URL 进行 ajax 调用,如果 URL 不存在,则调用与错误块相关的函数,您可以调用函数,该函数将使用下一个可用 URL 并再次尝试 ajax 调用。
您可以这样循环,直到您没有任何 URL 或找到其中一个 URL,在此期间将调用与成功块关联的函数。