function urlFileName(){ var strUrl=location.href; var fileName=strUrl.substr(strUrl.lastIndexOf("/")+1); var wenhaowz=fileName.indexOf("?"); if(wenhaowz!=-1)fileName=fileName.substring(0,wenhaowz); return fileName; }
function urlFileName(){ var strUrl=location.href; var fileName=strUrl.substr(strUrl.lastIndexOf("/")+1); var wenhaowz=fileName.indexOf("?"); if(wenhaowz!=-1)fileName=fileName.substring(0,wenhaowz); return fileName; }