mirror of
https://github.com/wu736139669/ASHEBShop-h5.git
synced 2026-08-05 05:55:36 +00:00
5 lines
153 B
JavaScript
5 lines
153 B
JavaScript
var crypto = require('crypto')
|
|
var abc = crypto.createHash('sha1').update('abc').digest('hex')
|
|
console.log(abc)
|
|
// require('hello').inlineCall().call2()
|