我要在ini中写入uint64类型,用 writeinteger不行
转换一下后可以写入
WriteString('STR', 'UInt64', UIntToStr(ui64));但是读出的话不行了,比如值18446744073709551615,StrToInt64是不行的