1、安装:npm install --save js-md5

2、在需要使用的页面引入 import md5 from 'js-md5'

3、在需要使用的地方加上md5即可

         console.log(md5('this.title'))  //md5()参数必须为字符串
 

 

posted on 2022-07-25 09:44  好大的虫子  阅读(3192)  评论(0编辑  收藏  举报