关于Handler

92 阅读1分钟
  • Handler使用方式

	class MyThread extend Thread {
    	run () {
        
        }
    }