var crypto = require('crypto'); var text = 'I love cupcakes'; var secret = 'abcdeg'; //make this your secret!! var algorithm = 'sha1'; ...
確定! 回上一頁