Java Script 进阶
摘要:变量声明有3个 ver、let 和 const。建议const优先,其次为let。 const arr = ['red', 'pink'] arr.push('blue') arr = [1, 2, 4] arr.push(5) // 错误,arr为const 1、Web Api 基本认知 1.1、
阅读全文
posted @ 2024-09-13 17:34
知之为知之,不知为不知
posted @ 2024-09-13 17:34
posted @ 2022-09-18 15:48
posted @ 2022-09-18 15:48