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()

上一篇:Java中的基本数据类型


下一篇:java boolean数组