String responseText();
1. 服务端返回的字符串内容
Std.ajax({ url:"/robots.txt", success:function(){ console.log(this.responseText()); } })