1123
作者:互联网
fetch('./00 data.json',{})
.then(function (response) {
return response.json();
})
.then(function(data){
console.log(data);
})
.catch(function(){
//reject
})
Boolean 对象用于转换一个不是 Boolean 类型的值转换为 Boolean 类型值 (true 或者false).
Date 对象用于处理日期与时间。
创建 Date 对象: new Date()
标签:function,1123,json,Boolean,Date,data,response 来源: https://www.cnblogs.com/zj2365/p/15597533.html