attres.java
来自「很棒的web服务器源代码」· Java 代码 · 共 20 行
JAVA
20 行
// AttRes.java// $Id: AttRes.java,v 1.2 2000/08/16 21:37:48 ylafon Exp $// (c) COPYRIGHT MIT, INRIA and Keio, 1999.// Please first read the full copyright statement in file COPYRIGHT.htmlpackage org.w3c.jigsaw.tests;import org.w3c.tools.resources.FramedResource;import org.w3c.tools.resources.Attribute;import org.w3c.tools.resources.AttributeRegistry;import org.w3c.tools.resources.ReplyInterface;import org.w3c.tools.resources.RequestInterface;import org.w3c.tools.resources.ProtocolException;import org.w3c.tools.resources.ResourceException;import org.w3c.jigsaw.frames.MimeTypeArrayAttribute;import org.w3c.www.mime.MimeType;/** * @version $Revision: 1.2 $ * @author Beno顃 Mah
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?