createHash('md5');//创建哈希加密算法,后边可以是md5,sha1,sha256等 var password = md5.update(initPWD).digest('base64'); return password; ...
確定! 回上一頁