05 2022 档案
摘要:<html> <head> <title>前端的base64使用方法</title> </head> <body> </body> <script> var str = "hello"; var str64 = window.btoa("hello"); console.log("字符串是:"+st
阅读全文
摘要:1、serve安装npm i -g serve 使用serve -p 8000 2、live-server安装npm install -g live-server 使用live-server 或者 live-server --port=8000
阅读全文