課程
/移動開發(fā)
/iOS
/Swift Weather APP
var location:CLLocation = locations[locations.count-1] as CLLocation 這段代碼出現(xiàn)錯誤。locations類型無法識別
2015-04-30
源自:Swift Weather APP 5-1
正在回答
在as的后邊加一個!就解決了,表示存在告訴它可以執(zhí)行
舉報
本課程將帶領(lǐng)大家使用Swift語言開發(fā)一個完整的天氣 iOS APP
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學習伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2015-10-11
在as的后邊加一個!就解決了,表示存在告訴它可以執(zhí)行