2017年3月13日
摘要: function AddFavorite(sURL, sTitle) { try { window.external.addFavorite(sURL, sTitle) } catch(e) { try { window.sidebar.addPanel(sTitle, sURL, "") } ca 阅读全文
posted @ 2017-03-13 10:59 vsmart 阅读(123) 评论(0) 推荐(0) 编辑
摘要: function getHost(url){ var host = null; if(typeof url=="undefined" || null == url){ url=window.location.href; } var regex = /^\w+\:\/\/([^\/]*).*/; va 阅读全文
posted @ 2017-03-13 10:21 vsmart 阅读(114) 评论(0) 推荐(0) 编辑