根据JSDoc wiki for @param 你可以指出@param是可选的/** @param {String} [name] */ function getPerson(name) { } 你可以指出一个参数内联使用function ...
確定! 回上一頁