数据库表单之增删改查
摘要:
--创建表单 create table student ( `id` int(32) unsigned auto_increment, `username` varchar(20) not null, `address` varchar(40) default 'null', `create_dat 阅读全文
posted @ 2020-12-31 15:49
love军
阅读(210)
评论(0)
推荐(0)
浙公网安备 33010602011771号