0
点赞
收藏
分享

微信扫一扫

前端学习笔记202310学习笔记第一百壹拾玖天-模块包-内置模块http之crypto模块3

茗越 2023-12-17 阅读 17


const crypto=require("crypto")

const hash=crypto.createHash("md5")

hash.update("hello geyao")

console.log(hash.digest("hex"))

运行结果

前端学习笔记202310学习笔记第一百壹拾玖天-模块包-内置模块http之crypto模块3_笔记

举报

相关推荐

0 条评论