常量 // ES5 中常量的写法 Object.defineProperty(window, "PI2", { value: 3.1415926, writable: false, }) console