一、安装crypto-jsnpm install crypto-js --save二、配置在src目录下得components里创建utils.js、代码如下:const CryptoJS = require('crypto-js'); //引用AES ...
確定! 回上一頁