這裡有點需要注意,從ES2015 開始,在嚴格模式下的JS 就不允許使用這種8 進制數值表示法(Octal literals)。 (function() { 'use strict'; let num = 0700; ...
確定! 回上一頁