4 function disableLink(link) {
5 //设置href属性
6 link.href = "javascript:void(0);";
7 //设置disabled属性
8 link.setAttribute("disabled", "disabled");
9 }
Happy_EveryDay可以平凡 不可以平庸 无爱则无忧,无欲则无求,无怒而无敌,无怨才是佛。所有烦恼,都是放不下的执著 开源技群 328035181 MyGitee |