OC與Swift的區別一

來源:互聯網
上載者:User

標籤:

1.檔案尾碼名

oc的檔案尾碼名為:標頭檔.h  主體檔案.m

swift檔案尾碼名為:.swift

2. 代碼分隔字元

oc中使用分號;作為代碼分隔字元

swift中無需使用代碼分隔字元,以行作為代碼分隔,如一行內有多行代碼,則各行代碼之間同樣需使用分號;分隔

3.main函數

oc的main函數為程式入口,其函數定義與c語言類似

swift沒有main函數,其代碼是至上而下運行,第一行代碼即為程式入口

 

OC與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.