摘要: 搜索:找出数组某个元素的下标 js:IndexOf 顺序搜索 *遍历数组 *找到跟目标值相等的元素,就返回它的下标 *遍历结束后,如果没有搜索到目标值,就返回-1 时间复杂度 *遍历数组是一个循环 *时间复杂度:O(n) Array.prototype.sequentialSearch=functi 阅读全文
posted @ 2022-05-11 19:32 前端路远且长 阅读(20) 评论(0) 推荐(0)
摘要: ::placehodel https://www.php.cn/css-tutorial-473924.html 阅读全文
posted @ 2022-05-11 16:21 前端路远且长 阅读(24) 评论(0) 推荐(0)
摘要: this.$router https://blog.csdn.net/hangnan315/article/details/118529033 阅读全文
posted @ 2022-05-11 14:55 前端路远且长 阅读(37) 评论(0) 推荐(0)