You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ECOM/untitled/web/a.jsp

18 lines
387 B

<%--
Created by IntelliJ IDEA.
User: 12762
Date: 2025/4/22
Time: 下午2:17
To change this template use File | Settings | File Templates.
--%>
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Page A</title>
</head>
<body>
<h1>这是 A 页面的内容</h1>
</body>
</html>