摘要: 建表语句: SET FOREIGN_KEY_CHECKS=0; -- -- Table structure for studentscores -- DROP TABLE IF EXISTS `studentscores`; CREATE TABLE `studentscores` ( `UserN 阅读全文
posted @ 2020-11-04 21:37 zhuangrunwei 阅读(163) 评论(0) 推荐(0) 编辑