摘要:
Create Database If Not Exists new_book; //创建一个数据库 use new_book; //选择数据库 Create Table user( //创建一个数据表number char(10) Not Null Comment '图书编号',type char( 阅读全文
posted @ 2022-10-20 19:51
墨圆
阅读(291)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html><html> <head> <meta charset="utf-8"> <title></title> </head> <body> <script type="text/javascript"> let sum = 0 for(let i=1;i<=100;i++) 阅读全文
posted @ 2022-10-20 17:58
墨圆
阅读(86)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html><html> <head> <meta charset="utf-8"> <title></title> </head> <body> <script type="text/javascript"> let str = '' for (let i=1;i<=10;i++ 阅读全文
posted @ 2022-10-20 17:56
墨圆
阅读(27)
评论(0)
推荐(0)
浙公网安备 33010602011771号