问题描述
varSimple=window.Simple=window.$=function(a){returndocument.getElementById(a)};$.cookie={get:function(a){a=document.cookie.match(RegExp("(^|)"+a+"=([^;]*)(;|$)"));return!a?"":decodeURIComponent(a[2])},set:function(a,b,c,d,e){varf=newDate;f.setTime(f.getTime()+(e?36E5*e:2592E6));document.cookie=a+"="+b+";expires="+f.toGMTString()+";path="+(d?d:"/")+";"+(c?"domain="+c+";":"")},setSessionCookie:function(a,b,c,d){document.cookie=a+"="+b+";path="+(d?d:"/")+";"+(c?"domain="+c+";":"")},del:function(a,b,c){document.cookie=a+"=;expires=Mon,26Jul199705:00:00GMT;path="+(c?c:"/")+";"+(b?"domain="+b+";":"")},clear:function(){vara=document.cookie.match(RegExp("([^;][^;]*)(?=(=[^;]*)(;|$))","gi")),b;for(bina)document.cookie=a[b]+"=;expires=Mon,26Jul199705:00:00GMT;path=/;"},uin:function(){vara=$.cookie.get("uin");return!a?null:parseInt(a.substring(1,a.length),10)},getNewUin:function(){vara=$.cookie.get("_new_uin");if(!a)switch($.report.monitor("no_uin"),window.location.href="error.html?ec=no",browser_version()){case1:$.report.monitor("no_uin_ie");break;case3:$.report.monitor("no_uin_ff");break;case5:$.report.monitor("no_uin_chrome");break;case7:$.report.monitor("no_uin_safari");break;case9:$.report.monitor("no_uin_opera")}returna},getEmail:function(){vara=$.cookie.get("_email");if(!a)$.report.monitor("no_email"),window.location.href="error.html?ec=no";returna}};$.http={getXHR:function(){returnwindow.ActiveXObject?newActiveXObject("Microsoft.XMLHTTP"):newXMLHttpRequest},ajax:function(a,b,c,d,e){varf=$.http.getXHR();f.open(d,a);f.onreadystatechange=function(){if(f.readyState==4&&(f.status>=200&&f.status<300||f.status===304||f.status===1223||f.status===0))typeofe=="undefined"?c(eval("("+f.responseText+")")):c(f.responseText),f.onreadystatechange=function(){},f=null};注:http://localhost:87/本地浏览提示网页错误详细信息消息:没有权限行:16字符:1代码:0URI:http://localhost:87/js/simple.jsD:但是直接打开是好的www.v8ec.comv8电子商务
解决方案
解决方案二:
直接打开是好的但你看一下你的站点对这个文件是否有读写权限如果没有的话就加一个
解决方案三:
是不是跨域了?
解决方案四:
引用2楼jiuhexuan的回复:
是不是跨域了?
+_1
解决方案五:
跨域了
解决方案六:
是跨域的,直接打开可以,本地测试就无权限了,这个有办法吗?引用2楼jiuhexuan的回复:
是不是跨域了?
解决方案七:
f.open提示这个无权限