在EasyLanguage中,可以使用 numtostr(num,digit)将数字(int,double等)转换为保留digit位小数的字符串,而strtonum(str) 可以将字符串str转换为数字。