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)
页: 1 2 3 4 5 6 [7]
查看完整版本: 如何转为Sqlite进行储存和读取呢 请求帮助[已解决]