国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JSP > 正文

JSP的include指令的使用方法

2024-09-05 00:23:28
字體:
供稿:網(wǎng)友

JSP的include指令的使用方法

一 語法

<%@ include file="URL"%>

二 代碼

1、date.jsp

<%@ page language="java" import="java.util.*" contentType="text/html; charset=utf-8"%><%@ page import="java.text.*" %><%  Date d = new Date();  SimpleDateFormat sdf = new SimpleDateFormat("yyyy年MM月dd日");  String s = sdf.format(d);  out.println(s);%>

2、include_command.jsp

<%@ page language="java" import="java.util.*" contentType="text/html; charset=utf-8"%><%String path = request.getContextPath();String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html> <head>  <base href="<%=basePath%>" rel="external nofollow" >    <title>My JSP 'Include_Command.jsp' starting page</title>      <meta http-equiv="pragma" content="no-cache">    <meta http-equiv="cache-control" content="no-cache">    <meta http-equiv="expires" content="0">      <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">    <meta http-equiv="description" content="This is my page">    <!--    <link rel="stylesheet" type="text/css" href="styles.css" rel="external nofollow" >    -->  </head>  <body>  <h1>Include指令</h1>  <hr>  <%@ include file="date.jsp"%> </body></html>

 三 測試結(jié)果

JSP,include,指令

如有疑問請留言或者到本站社區(qū)交流討論,感謝閱讀,希望能幫助到大家,謝謝大家對本站的支持!


注:相關(guān)教程知識閱讀請移步到JSP教程頻道。
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 永寿县| 抚顺市| 阿合奇县| 景德镇市| 长治县| 民丰县| 绥滨县| 上虞市| 报价| 寿光市| 东乡族自治县| 平阳县| 衡阳市| 内江市| 淅川县| 厦门市| 新野县| 新绛县| 麟游县| 宣恩县| 嘉祥县| 呼玛县| 威宁| 祥云县| 修武县| 武义县| 华亭县| 五莲县| 厦门市| 林口县| 三河市| 江永县| 凭祥市| 米易县| 仁化县| 芒康县| 凌海市| 牙克石市| 竹溪县| 滁州市| 临湘市|