Menu
首页
搜索
SpringBoot
Vue
Vant
Python
Android
Harmony
InnoDB
ing类型
关注
发信
关注(28)
粉丝(399)
动态
文章
图片
Delphi中WideString类型如何转化成String类型
var
wstr:WideString;
str:string;
begin
str:=WideCharToString(PWideChar(wstr));
end;
05-10 23:36