读书人

xmlHttp.status == 1223 ?该如何处理

发布时间: 2012-02-20 21:18:24 作者: rapoo

xmlHttp.status == 1223 ?
怎么会等于1223
1223又代表什么?郁闷ing......

[解决办法]
1223 is apparently a bug in IE
[解决办法]
// Safari is braindead here: any status code other than 200 is converted to undefined
// IE invents its own 1223 status code
if ( 204 == xmlhttp.status || xmlhttp.status == null || xmlhttp.status == 1223 ) {
if ( null != f )


google中搜的,

读书人网 >asp.net

热点推荐