【发布时间】:2010-09-29 12:18:23
【问题描述】:
我想将 int 转换为目标 c 中的字符串如何做到这一点。
我的代码。
for (i=0; i<=200; i=i+10) {
// here i want to convet the value of i into string how to do this
}
提前致谢。
【问题讨论】:
-
我有另一个名为 myWord 的字符串变量我想给它赋值 i ......
标签: iphone objective-c