在咖啡脚本中,我使用它来加载一个 json 文件
$.ajax 'json/data.json',
success : (res, status, xhr, data) ->
console.log("yea "+data)
error : (xhr, status, err) ->
console.log("nah "+err)
complete : (xhr, status) ->
console.log("comp")
文件加载但数据出现未定义?