在下载后的项目(crypto-ts-custom)中npm i 在下载后的项目(crypto-ts-custom)中npm run build后,得到dist目录 将得到的 dist 目录替换到你们游戏项目的node_modules/crypto-ts中即可 这样子之后,就可以愉快使用 crypto-ts 中的 base64 和 md5 了 import CryptoJS from"crypto-ts";/** * @see https://gi...