mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 02:58:26 +08:00
5 lines
68 B
Lua
5 lines
68 B
Lua
|
|
local wstr = to_wstr("hello")
|
|
local str = to_str(wstr)
|
|
print(str);
|