站内搜索: 请输入搜索关键词

当前页面: 开发资料首页JSP 专题HTML页面嵌入动态元素,简单

HTML页面嵌入动态元素,简单

摘要: HTML页面嵌入动态元素,简单
<tr> <td>

<%@ taglib prefix="c" uri=http://java.sun.com/jstl/core %>

<body bgcolor="white">

Good Morning!

Good day!

Good evening!

Welcome to our site,open 24 hours a day.

</body>

</td> </tr> </table>
↑返回目录
前一篇: 初学者如何开发出高质量的J2EE系统
后一篇: 在W2K下组建JSP环境