我正在编写一个可以在Chrome或Firefox中运行简单自动化方案的Java代码 - 具体取决于用户的输入。没有带下划线的错误,但程序停留在nextInt行(在调试器中看到它),并且没有输出。有人可以帮忙吗? 谢谢!
if CLLocationManager.locationServicesEnabled() {
locationManager.delegate = self
locationManager.desiredAccuracy = kCLLocationAccuracyBest
locationManager.distanceFilter = 50
locationManager.startUpdatingLocation()
}
答案 0 :(得分:2)
将<google_url>
放在System.out
scanner.nextInt()
然后当键盘要求您输入数字时键入键盘上的1或2。