pascal中如何把数转化成字符串?

日期:2016-11-07 19:11:13 人气:1

pascal中如何把数转化成字符串?

用str过程 str(x:integer,y:string); x为要转化的数,y为要转化到的字符串
    A+
热门评论