New
image.png
创建成功
deployment descriptor
:部署的描述。Web App Libraries
:自己加的包可以放在里面。build
:放入编译之后的文件。WebContent
:放进写入的页面。
在WebContent文件夹下新建一个LWFirst.jsp文件
<%@ 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>
</body>
</html>
修改浏览器选项
修改浏览器选项
image.png
网友评论