What does mean?

前端 未结 5 1984
生来不讨喜
生来不讨喜 2021-01-30 07:03

In my html page, I see a link whose \'view source\' code is as below :


I see a valid link when I hover my m

5条回答
  •  醉梦人生
    2021-01-30 07:58

    It probably works with Javascript. When you click the link, nothing happens because it points to the current site. The javascript will then load a window or an url. It's used a lot in AJAX web apps.

提交回复
热议问题