至于你提到的,点击这个a标签触发其它js,一般来说是通过JS动态绑定事件,如JQ的$('a').click(function(){ /*做一些事情*/ })
<a href="/" ></a>表示链接到网站根目录.<a href="/porducts/" ></a>表示链接到根目录下的products目录.
返回的文件按服务器默认文档顺序决定, 有可能是以下之一index.htm, index.html, default.htm, index.asp, index.php, index.aspx......
欢迎分享,转载请注明来源:优选云