Skip to content
New issue

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

windows 2008 R2 使用 IO.getJSON 无效 求解 #735

Open
JianyuC opened this issue Dec 10, 2015 · 1 comment
Open

windows 2008 R2 使用 IO.getJSON 无效 求解 #735

JianyuC opened this issue Dec 10, 2015 · 1 comment

Comments

@JianyuC
Copy link

JianyuC commented Dec 10, 2015

今天发现一个非常奇怪的问题,至今没解决,问题描述:
使用版本: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 都不行了,求指导,万分感谢;

@nanqiu
Copy link

nanqiu commented Dec 11, 2015

对比下两个服务返回的头信息有何差别?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants