Number responseContentLength();
1. 数据长度数字
2. null
Std.ajax({ url:"/robots.txt", success:function(){ console.log(this.responseContentLength()); } });