So to declare semantice for jsdoc?/** * @enum {number} */ var o = { CONSTANT1: 1, CONSTANT2: 2, DEPTH: { CONSTANT: 3, CONSTANT: 4 } } ...
確定! 回上一頁