摘要: function Getdatestr:string; var fs:TFormatSettings; begin Result:=''; GetLocaleFormatSettings(GetUserDefaultLCID,fs); result:=fs.DateSeparator; end; f 阅读全文
posted @ 2020-10-22 15:50 大青椒 阅读(103) 评论(0) 推荐(0)