swiftの文字列フォーマット

[code lang=”js”]
var hoge:Int = 3;
println(String(format: "hoge: %d", hoge));
[/code]

コメントを残す

メールアドレスが公開されることはありません。