$.ajax({ url: "programData.txt",type: "GET",dataType: "text",cache: false,success: processData });
但是,当我提出请求时,我收到以下错误:
Error: not well-formed Source File: file:///projects/foo/programData.txt?_=1259694590361 Line: 1,Column: 2
为什么jQuery试图处理我的纯文本以及如何让它停止?