heroxianf
发表于 2016-11-1 02:43:10
本帖最后由 heroxianf 于 2016-11-1 02:44 编辑
回复 90# kk_lee69
找到一个 蛮不错~
#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)