📄 status.java
字号:
// Status.java// $Id: Status.java,v 1.2 2000/12/06 21:05:38 ylafon Exp $// (c) COPYRIGHT MIT, INRIA and Keio, 2000.// Please first read the full copyright statement in file COPYRIGHT.htmlpackage org.w3c.util ;public interface Status { /** * Give the status of this class as a partial HTML text which will be added * into a block level element * @return a String, the generated HTML */ public String getHTMLStatus();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -