摘要:
1.创建数据库 show DATABASES; create database test default charset utf8; use test; View Code 2.创建数据表 -- 1.创建表table create table class( cid int auto_incremen 阅读全文
posted @ 2020-06-21 21:15
GroundControl_852
阅读(181)
评论(0)
推荐(0)
浙公网安备 33010602011771号