Swift學習筆記--變數與常量

來源:互聯網
上載者:User

標籤:

1.Swift是一門強型別語言,不能為變數賦予其自身資料類型之外的值;

2.聲明變數使用var關鍵字,聲明常量使用let關鍵字;

3.聲明變數或常量時沒有對其指定類型且賦予了初值,則編譯器會自動推斷常量或者變數的值,即“類型推斷”;反之,聲明變數或常量時既沒有指定其類型又未設定初值則不被允許;

4.Swift語言允許在每一行結尾處省略“;”分號;

5.類型字面量:位元值首碼是0b,八位元值首碼是0o,十六進位首碼是0x;

6.Swift語言完全支援Unicode字元;

 

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.