diff --git "a/\351\231\210\351\233\205\346\245\240/20220524-\345\255\246\347\224\237\344\277\241\346\201\257\347\256\241\347\220\206\347\263\273\347\273\237\347\275\221\351\241\265\347\211\210.md" "b/\351\231\210\351\233\205\346\245\240/20220524-\345\255\246\347\224\237\344\277\241\346\201\257\347\256\241\347\220\206\347\263\273\347\273\237\347\275\221\351\241\265\347\211\210.md" new file mode 100644 index 0000000000000000000000000000000000000000..d4650aa65b7b35f4f1d6aa14e696ebd5620be0b1 --- /dev/null +++ "b/\351\231\210\351\233\205\346\245\240/20220524-\345\255\246\347\224\237\344\277\241\346\201\257\347\256\241\347\220\206\347\263\273\347\273\237\347\275\221\351\241\265\347\211\210.md" @@ -0,0 +1,214 @@ +```php +//index.php + + +
+ +学号 | +名字 | +成绩 | +操作 | +暂无数据! | "; +}else { + while ($row = mysqli_fetch_assoc($result)) { + ?> +
---|---|---|---|
+ | + | + | 修改| + 删除 | +