📄 xml.java
字号:
package com.pegasus.framework.component.taglib.xml;
public interface Xml {
/**
* The Interface Html.定义HTML关键字
*/
public static interface Html {
}
/**
* The Interface Attr.定义属性关键字
*/
public static interface Attr {
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -