摘要: //搜藏本站 $("#storeWeb").click(function() { var ctrl = (navigator.userAgent.toLowerCase()).indexOf('mac') != -1 ? 'Command/Cmd' : 'Ctrl'; if (document.all) { window.external.addFavorite(window.location, document.title); } else if (window.sidebar) { window.sidebar.addPa 阅读全文
posted @ 2011-06-22 15:56 狼-志 阅读(2822) 评论(0) 推荐(1)