240 发简信
IP属地:江苏
  • ES6-数值扩展

    //判断是否是整数 { console.log('25',Number.isInteger(25));//true console.log('2...