Relative URL to a different port number in a hyperlink?

前端 未结 11 1851
心在旅途
心在旅途 2020-11-27 15:13

Is there a way without Javascript / server-side scripting to link to a different port number on the same box, if I don\'t know the hostname?

e.g.:

&l         


        
11条回答
  •  失恋的感觉
    2020-11-27 15:55

    Modify the port number on mouseover:

    Look at another port
    

    This is an improvement of https://stackoverflow.com/a/13522508/1497139 which doesn't have the draw back of not showing the link correctly.

提交回复
热议问题