此内容没有您所选择的语言版本。F.6. About Runnable Interfaces A Runnable Interface (also known as a Runnable) declares a single run() method, which executes the active part of the class' code. The Runnable object can be executed in its own thread after it is passed to a thread constructor. Report a bug 前一个下一个