jsp网页制作模板
发布网友
发布时间:2022-05-05 16:07
我来回答
共1个回答
热心网友
时间:2022-04-20 18:17
一般初学者的第一个网页,都是国际惯例的Hello World!:
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>JSP Page</title>
</head>
<body>
<h1>Hello World!</h1>
</body>
</html>
想学jsp,需要先搭建环境jdk+tomcat ,开发工具一般有netbeans,myeclipse