G
geshiziji
Unregistered / Unconfirmed
GUEST, unregistred user!
const
XorKey:array[0..1] of Byte=($B2,$09);
求 IntToHex( Byte('1') xor XorKey[0], 2 ) 的值?
最好写清楚每步的值
XorKey:array[0..1] of Byte=($B2,$09);
求 IntToHex( Byte('1') xor XorKey[0], 2 ) 的值?
最好写清楚每步的值