基本的,增、删,改insert into table_name (列1, 列2,...) VALUES (值1, 值2,....)Delete from 表 where keyvalueupdate 表 set keyvalue,keyvalue where keyvalue查用的最多whereSELECT prod_name, prod_price
FROM Products
WHERE vend idDLLO1OR ve…
参考课程:
【黑马程序员 React18入门到实战】
[https://www.bilibili.com/video/BV1ZB4y1Z7o8]
ZZHow(ZZHow1024)
ReactTypeScript基础环境创建 Vite 官网 Vite 使用 Vite 创建项目:pnpm create vite react-ts-app --template react-ts
useState与…