Android 在子线程中联网,源码如下,为什么会报错,求解答啊

2025-04-15 06:27:53
推荐回答(1个)
回答1:

new Thread(new HttpThread()){}.start();
你这个里面什么都没有写?