代码片段: 程序设计实训大作业jsp文件-frame.jsp

<pre> <%@ page contentType="text/html;charset=UTF-8" language="java" pageEncoding="utf-8" %> <html> <head> <meta charset="UTF-8"> <title></title> </head> <frameset rows="20%,80%" > <frame src="${pageContext.request.contextPath}/tohead.action" /> <frameset cols="20%,80%"> <frame src="${pageContext.request.contextPath}/tobody.action" /> <frame name="right" src="${pageContext.request.contextPath}/tocategory.action" /> </frameset> </frameset> </html> </pre>
  • 发表于 2018-07-06 20:40
  • 阅读 ( 787 )
  • 分类:代码片段

条评论

请先 登录 后评论
不写代码的码农
小编

篇文章

作家榜 »

  1. 小编 文章
返回顶部
部分文章转自于网络,若有侵权请联系我们删除