-
Notifications
You must be signed in to change notification settings - Fork 315
Closed
Description
我引入
// @require https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.1.1/crypto-js.min.js
async function digestMessage(r) {
const hash = CryptoJS.SHA256(r);
return hash.toString(CryptoJS.enc.Hex);
}不能够直接使用CryptoJS,提示不存在。但在tampermonkey管理器是可以使用的。看了你网站api文档并没有说什么,还是说要别的引入方法呢?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels