addcompanyok.jsp

来自「网上购物系统 基于jsp实现 运行环境eclipse+My SQL+TomCat」· JSP 代码 · 共 14 行

JSP
14
字号
<%@ page language="java" pageEncoding="UTF-8"%><%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%> <%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%><%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <html> 	<head>		<title>添加出版社成功</title>	</head>	<%@include file="/common/head.jsp" %>	<body>		添加出版社成功!	</body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?