1" />周日
$.ajax...({
url: "data.json",
type: 'GET',
dataType: 'json',
success...2:当返回值是对象数组的时候
data.json:
{
"tasks": [{
"id": 1,
"name": "任务一"
},...({
url: "data.json",
type: 'GET',
dataType: 'json',
success...">
$.ajax({
url: "data.json",
type: 'GET',
dataType: 'json