前端加密使用crypto-js加解密第一步,安装npm install crypto-js 第二步,在你需要的vue组件内import import CryptoJS from "crypto-js"; 第三步,使用// Encrypt 加密var ...
確定! 回上一頁