多線程基本信息_優先級

package com.bjsxt.thread.info; public class MyThread implements Runnable { private boolean flag =true; private int num =0; @Override public void run() { while(flag){ System.out.println(Threa
相關文章
相關標籤/搜索