81,116
社区成员
发帖
与我相关
我的任务
分享
<%@page contentType="text/html;charset=gb2312"%>
<%@include file="usinginclude.html"%>//a
<html>
<head>
<title>jsp:include</title>
</head>
<body>
<jsp:include page="usinginclude.html"/>//b
</body>
</html>