赞
踩
npm install js-md5 --save
要使用的文件
import md5 from 'js-md5'
let m=md5('hello')
console.log('md5之后',m)