0
点赞
收藏
分享

微信扫一扫

jsp代码实例第372课

四月天2021 2022-03-12 阅读 178

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 条评论