const crypto = require('crypto'), sha1 = crypto.createHash('sha1'); sha1.update("Text"); console.log(sha1.digest('hex'));.
確定! 回上一頁