import UIKit import CoreLocation class WeatherViewController: UIViewController, CLLocationManagerDelegate { let locationManager = CLLocationManager() ...
確定! 回上一頁