1、npm install crypto-js然后在项目中引入sha2562、import sha256 from 'crypto-js/sha256';然后将想要转换的字符 加密3、const hashDigest = sha256("我和我的祖国").toString();console.log("我和我的祖国",hashDigest)实现效果