摘要: 继承Thread类 public class TestThread extends Thread{ private String url; private String name; public TestThread(String url,String name){ this.url = url; 阅读全文
posted @ 2021-12-08 21:32 窃窃私语QAQ 阅读(12) 评论(0) 推荐(0)