[Swift]學習筆記----變數不會被預設初始化

來源:互聯網
上載者:User

標籤:

頂一個變數,如果不進行初始化,是不能實用的,Swift 會報錯。

目測 對象也是必須要new 才可以使用。

這又是我很贊同蘋果的一個做法。

Swift真不錯!

 

而如果把變數申明為可選值,則該變數預設就會是一個 nil 值 (既空值)

 

文法是

 

var i:Int?;

 

(吐槽以下部落格園:居然不能再部落格頁面直接編輯博文,必須進入後台管理才可以編輯,真心弱爆了啊!看來部落格園也不是寫部落格的長久之計!)

[Swift]學習筆記----變數不會被預設初始化

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.