uuid生成id Vicky455 2022-03-28 422 阅读1分钟 1安装uuid npm install uuid --save 2.引入 import { v4 as uuidv4 } from "uuid"; 3.使用 uuidv4() 5.展示: