Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
字符串的二维数组比具有相同文本的 msflexgrid 占用的内存多 2 倍,如何?vb6中还有其他有效的方法来保存字符串吗?
VB 中的所有窗口都是 ANSI(8 位)。VB 在内部是 Unicode(16 位)。
您可以将字符串保存为字节数组。字节数组可以包含 ANSI 或 Unicode。