jsp是静态网页吗(jsp转换成html)
来源:引流技巧
编辑:引流技巧
时间:2026-04-30

>
选中Eclipse里创建的jsp文件:


test.jsp的源代码:
“`jsp
<%@ page language=”java” contentType=”text/html; charset=UTF-8″
pageEncoding=”UTF-8″%>
<!DOCTYPE html PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN” “http://www.w3.org/TR/html4/loose.dtd”>
<html>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″>
<title>w3cschool教程 2</title>
</head>
<body>
<%
out.println(“Hello World 2!”


相关文章:
栏目分类

最新文章

热门文章


