Skip to content

数字 Number

  • 除法。先转为数字再进行除法操作
js
console.log('40' % 7); // 等于多少? 取模
console.log('40' / 7); // 等于多少? 取模

Powered by veaba