有没有办法在单击特定按钮时将当前页面另存为书签(通过jQuery或其他方式)? 最佳答案 $(document).ready(function(){$("a.jQueryBookmark").click(function(e){e.preventDefault();//thiswillpreventtheanchortagfromgoingtheuserofftothelinkvarbookmarkUrl=this.href;varbookmarkTitle=this.title;if(window.sidebar){//ForMo