js:
var link=document.getElementByidId('link').getAttribute('href')//就是你想要的了
使用a标签也就是使用下样式而已既然是跳转
将a标签写成 <a href="javascript:void(0)" onclick="fun_a()" ></a>
然后fun_a写跳转事件 location.href=""
js:
var link=document.getElementByidId('link').getAttribute('href')//就是你想要的了
使用a标签也就是使用下样式而已既然是跳转
将a标签写成 <a href="javascript:void(0)" onclick="fun_a()" ></a>
然后fun_a写跳转事件 location.href=""