为了账号安全,请及时绑定邮箱和手机立即绑定

怎么拿到网站的 OWMAccessToken

 let filePath = Bundle.main.path(forResource: "Info", ofType: "plist")!

    let parameters = NSDictionary(contentsOfFile:filePath)

    let appId = parameters!["OWMAccessToken"]! as! String


    let latitude = String(location.coordinate.latitude)

    let longitude = String(location.coordinate.longitude)


    components.queryItems = [URLQueryItem(name:"lat", value:latitude),

                             URLQueryItem(name:"lon", value:longitude),

                             URLQueryItem(name:"appid", value:appId)]



正在回答

举报

0/150
提交
取消
Swift Weather APP
  • 参与学习       35561    人
  • 解答问题       241    个

本课程将带领大家使用Swift语言开发一个完整的天气 iOS APP

进入课程

怎么拿到网站的 OWMAccessToken

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信