⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 object.xhtml

📁 JS编译工具
💻 XHTML
字号:
<?xml version="1.0" encoding="utf-8" ?>
<html xmlns="http://www.xidea.org/taglib/xhtml"
	xmlns:c="http://www.xidea.org/taglib/core">
<head>
<link rel="stylesheet" type="text/css" href="../styles/object.css" />
<meta http-equiv="Content-Type" content="text/html;utf-8" />
<title>Object Information:${objectInfo.name}</title>
</head>
<body>
<c:if test="${objectInfo.fileInfo.packageInfo.name}">
	<h2><a
		href="?${objectInfo.packageInfo.getPath()}">${objectInfo.fileInfo.packageInfo.name}</a></h2>
</c:if>
<h2>瀵硅薄淇℃伅</h2>
<table border="0" cellpadding="0" width="100%" cellspacing="0"
	class="content">
	<thead>
		<tr>
			<th><span class="item-object">
			    ${objectInfo.getAccess()}
			    <a
				    href="?${objectInfo.fileInfo.getPath()}#${objectInfo.name}">${objectInfo.name}</a></span>
                <c:set name="constructorInfo" value="${objectInfo.getConstructorInfo()}" />
                <c:if test="${constructorInfo}">
					(<a class="item-constructor"
					href="?constructorInfo.getPath()">${constructorInfo.name}</a>)
			</c:if></th>
		</tr>
	</thead>
	<tr>
		<td>
		<ul>
			<c:out value="${objectInfo.getDescription()}" />
		</ul>
		</td>
	</tr>
</table>


<c:set name="memberInfos" value="${objectInfo.getStaticInfos()}"/>
<c:if test="${memberInfos.length>0}">
    <table cellpadding="0" width="100%" cellspacing="0" class="content">
        <thead>
            <tr>
                <th colspan="3">绫诲睘鎬ф憳瑕

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -