Lodash 使用 方法:. function test(fruit) { // 若有值就印出水果名稱,否則採用預設值'unknown' console.log(_.get(fruit, "name", "unknown")); } ...
確定! 回上一頁