Android: HttpURLConnection获取JSON数据
摘要:
public class GetJsonDataTask extends AsyncTask { private TextView tv; public GetJsonDataTask(TextView tv) { super(); this.tv = tv; } /** * 这里的String参数对应AsyncTask... 阅读全文
posted @ 2017-08-01 17:02 MojoJojo 阅读(1111) 评论(0) 推荐(0)
浙公网安备 33010602011771号