Delphi 学习大师
个人中心
搜索
Delphi 学习大师
文章详情
副标题
delphi 判断上午还是下午
2018-10-31
begin
if Frac(Time) = 0 then
ShowMessage('AM')
else
ShowMessage('PM');
end;
日期时间
阅读70
发表评论
登录评论
匿名评论
提交
提交