在Skill中如何将一个数字转化为String?
时间:10-02
整理:3721RD
点击:
比如我定义numb=5,如何通过操作numb,使得numb=="5",即让numb变为一个type为string的变量。
sprintf(numb "%d" numb)
或者
numb=sprintf(nil "%d" numb)
谢谢~~昨天实在没办法,改用其它方法解决了,还是谢谢你了
