71 include动作

简介: 71 include动作

定义一个date页面

<%@ page language="java" contentType="text/html; charset=UTF-8"
     pageEncoding="UTF-8"%>
 <p>
    今天的日期是: <%= (new java.util.Date()).toLocaleString()%>
 </p>
 定义一个dateFile<%@ page language="java" contentType="text/html; charset=UTF-8"
     pageEncoding="UTF-8"%>
 <!DOCTYPE html>
 <html>
 <head>
 <meta charset="UTF-8">
 <title>Insert title here</title>
 </head>
 <body>
     <h1>我是歌谣</h1>
     <jsp:include page="date.jsp" flush="false"/>
 </body>
 </html>

image.png

相关文章
|
7月前
|
存储
include函数
【2月更文挑战第15天】include函数。
75 2
|
7月前
|
编译器 程序员 C++
[C++] #ifndef和#define与#pragma once在头文件中的作用和关系
[C++] #ifndef和#define与#pragma once在头文件中的作用和关系
93 0
|
Unix Linux
fcntl()函数的作用及用法
fcntl()函数的作用及用法
194 0
|
编译器 C语言
宏、条件编译(#ifdef)、#include(头文件包含)、#error和 #pragma的区别、#和##的含义和应用
宏、条件编译(#ifdef)、#include(头文件包含)、#error和 #pragma的区别、#和##的含义和应用
107 0
|
缓存 Java
include动作
include动作
107 0
|
缓存 Java
<jsp:include>动作元素
<jsp:include>动作元素
143 0
|
Java 容器
72 include动作和指令的区别
72 include动作和指令的区别
108 0
72 include动作和指令的区别
条件编译 #if #endif #if #elif #else #endif #ifdef #if define 的使用方法 引头文件#include<> 和#include““的区别
条件编译 #if #endif #if #elif #else #endif #ifdef #if define 的使用方法 引头文件#include<> 和#include““的区别
133 0
|
编译器 C语言
C语言 预处理详解(#include、#define、#if,特殊预定宏)
C语言 预处理详解(#include、#define、#if,特殊预定宏)
545 0
C语言 预处理详解(#include、#define、#if,特殊预定宏)