熱門文章

2017年5月18日 星期四

[Swift]初體驗


Xcode 註解(comment) 技巧
多行註解:反白需註解之該行,並按下"command+/"

/ : forward slash
\ : backward slash

沒有OS X 環境的可以試試,https://swift.sandbox.bluemix.net/#/repl
線上coding swift
OS X 則是用,Xcode。


字串中使用int變數: \(變數)

var int = 666

print("hello \(int)")

反斜線+前括號+變數+後括號


常數

常數無法被修改,在影片中不會出現error,實際試有error 不能執行。




SaveSave

沒有留言:

張貼留言