摘要: ajax({ url: myUrl, type: 'get', dataType: 'json', timeout: 1000, success: function (data, status) { console.log(data) }, fail: function (err, status) 阅读全文
posted @ 2018-05-07 10:53 这是一个很好的名字 阅读(143) 评论(0) 推荐(0) 编辑