jsp代码实例第372课

阅读 179

2022-03-12

code372.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>
<%--
	create table commodity(
	commodityId int(11) not null auto_increment,
	commodityName varchar(30) default null,
	price decimal(10,2) default null,
	agio decimal(4,3) default null,
	primary key (commodityId)
)
 --%>
</body>
</html>

精彩评论(0)

0 0 举报