SWUST--Java實驗(六) 線程

public class CaThread implements Runnable { static double sum = 1; static String str = "1!"; static int n = 1; Thread thread;//線程類對象 public CaThread() { thread = new Thread(this);//調用本類對象 t
相關文章
相關標籤/搜索