You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
457 B
8 lines
457 B
一,代码目的:
|
|
用Java写一段小程序,自动去网上爬西安、成都、兰州、乌鲁木齐的每小时温度,打印出来。
|
|
二,ai协助记录:
|
|
1.询问ai怎么导入URI、HttpClient、HttpRequest、HttpResponse
|
|
2.询问怎么通过二维数组导入城市数据(城市名,经纬度)
|
|
3.通过ai了解到应用try...catch可以让程序在异常的时候不崩溃
|
|
4.询问ai怎么创建HTTP客户端
|
|
5.询问ai拼接API的格式
|