Skip to content

Commit

Permalink
get
Browse files Browse the repository at this point in the history
  • Loading branch information
realgeoffrey committed Sep 18, 2024
1 parent 20157d0 commit c244009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 网站前端/JS方法积累/实用方法/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1658,7 +1658,7 @@ console.log(`期望输出:"${path.extname('.ABC.md')}"。`, getFileExtension('
### *原生JS*数组去重(项为对象)
```js
/**
* 获取对象指定深度属性
* 获取对象指定深度属性(https://lodash.com/docs/4.17.15#get)
* @param {Object} source - 要处理的对象
* @param {Array} path - 路径深度
* @returns result - 属性值
Expand Down

0 comments on commit c244009

Please sign in to comment.