swiftの文字列フォーマット 投稿日時: 2014年9月27日 投稿者: 管理人 [code lang=”js”] var hoge:Int = 3; println(String(format: "hoge: %d", hoge)); [/code] Tweet