#include "ACN_HASH.au3" ; 方法 1 $Hash = _MD5('千里有缘来相会') MsgBox(0, '方法1结果', $Hash) ; 方法 2 $MD5CTX = _MD5Init() _MD5Input($MD5CTX, '千里有缘') _MD5Input($MD5CTX, '来相会') $Hash = _MD5Result($MD5CTX) MsgBox(0, '方法2结果', $Hash)
举报
#include "ACN_HASH.au3" ; 方法 1 $Hash = _MD5('千里有缘来相会') MsgBox(0, '方法1结果', $Hash) ; 方法 2 $MD5CTX = _MD5Init() _MD5Input($MD5CTX, '千里有缘来相会') $Hash = _MD5Result($MD5CTX) MsgBox(0, '方法2结果', $Hash)
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-4-22 18:04 , Processed in 0.216710 second(s), 24 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2025 Discuz! Team.