#include <MsgBoxConstants.au3> #include <StringConstants.au3> Local $test, $test1, $data = '你好啊,我很好~!' $test = StringToBinary($data, $SB_UTF16LE) MsgBox(0, '', $test) $test1 = BinaryToString($test, $SB_UTF16LE) MsgBox(0, '', $test1)
举报
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2024-11-17 02:52 , Processed in 0.062531 second(s), 14 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.