We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
今天发现一个非常奇怪的问题,至今没解决,问题描述: 使用版本:https://s.tbcdn.cn/g/kissy/k/1...
执行代码: S.use('node,io', function(S,Node,IO) { var $=Node.all;
var page=1;//当前页数
//初始化方法 S.ready(function () { IO.getJSON("/common/review.html?page=" + page,function(data){ console.log('aaaa'); }); }); })
通过浏览器监视,/common/review.html?page= 的请求,已经成功返回数据了,可是程序就是无法往下执行,无法输出 'aaaa‘; 奇怪的是,本地的程序可以,怀疑是服务器缺少什么; 本地环境:win7 iis7
服务器环境:windows 2008 r2 ii7.5
注:原来服务器是windows 2008 iis6 访问都很正常。 不知道怎么搞的,今天升级了服务器,所有网站的 IO.getJSON 都不行了,求指导,万分感谢;
The text was updated successfully, but these errors were encountered:
对比下两个服务返回的头信息有何差别?
Sorry, something went wrong.
No branches or pull requests
今天发现一个非常奇怪的问题,至今没解决,问题描述:
使用版本:https://s.tbcdn.cn/g/kissy/k/1...
执行代码:
S.use('node,io', function(S,Node,IO) {
var $=Node.all;
var page=1;//当前页数
//初始化方法
S.ready(function () {
IO.getJSON("/common/review.html?page=" + page,function(data){
console.log('aaaa');
});
});
})
通过浏览器监视,/common/review.html?page= 的请求,已经成功返回数据了,可是程序就是无法往下执行,无法输出 'aaaa‘;
奇怪的是,本地的程序可以,怀疑是服务器缺少什么;
本地环境:win7 iis7
服务器环境:windows 2008 r2 ii7.5
注:原来服务器是windows 2008 iis6 访问都很正常。
不知道怎么搞的,今天升级了服务器,所有网站的 IO.getJSON 都不行了,求指导,万分感谢;
The text was updated successfully, but these errors were encountered: