S : String := Integer'Image (I); · char s[0x1000]={}; itoa(i,s,10); · (let [s (str i)]) · auto s = std::to_string(i); · string s = i.ToString() · string s = i.to!
確定! 回上一頁