发布网友
共1个回答
热心网友
$.load(
function() {
$.get("1.txt", function(data){
//...这里可以读文件内容
}, "text");
}
);