2023-11-23发表2024-01-25更新js几秒读完 (大约31个字)js编码介绍123456789escape(69个):*/@+-._0-9a-zA-ZencodeURI(82个):!#$&'()*+,/:;=?@-._~0-9a-zA-Z`A–Z a–z 0–9 - _ . ! ~ * ' ( ); / ? : @ & = + $ , #`encodeURIComponent(71个):!'()*-._~0-9a-zA-Z
2023-11-23发表2023-11-27更新js几秒读完 (大约12个字)js基本介绍https://tsejx.github.io/javascript-guidebook/object-oriented-programming/inheritance/prototype-chain/