摘要: // 取当前页面名称(不带后缀名)function getPageName1(){ var a = location.href; var b = a.split("/"); var c = b.slice(b.length-1, b.length).toString().split("."); re... 阅读全文
posted @ 2014-12-23 13:56 思思博士 阅读(619) 评论(0) 推荐(0)