Try crypto.randomBytes(): require('crypto').randomBytes(48, function(err, buffer) { var token = buffer.toString('hex'); });.
確定! 回上一頁