JSDoc @type 標記允許指定變數型別,例如 /** @type {Number} */ 。但是我也看到了不帶花括號的 /** @type Number */ ,它似乎同樣有效。
確定! 回上一頁