facebook twitter hatena line email

Ios/swift/数字と文字

提供: 初心者エンジニアの簡易メモ
2016年6月18日 (土) 01:09時点におけるAdmin (トーク | 投稿記録)による版 (ページの作成:「==数字定義== let num = 1 let num2 = 1 + 2 ==数字を文字へ== let num = 1 "hello" + num.description」)

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索

数字定義

let num = 1
let num2 = 1 + 2

数字を文字へ

let num = 1
"hello" + num.description