我在http://example.com中编写了一段 jQuery 代码。
代码如下所示:
$.post('http://example.com:3000/service',params,function(data){});
此代码在 chrome 和 firefox 中有效,但在IE中无效。我的请求是跨浏览器吗?
提前致谢
我在http://example.com中编写了一段 jQuery 代码。
代码如下所示:
$.post('http://example.com:3000/service',params,function(data){});
此代码在 chrome 和 firefox 中有效,但在IE中无效。我的请求是跨浏览器吗?
提前致谢