You can generate UUIDs in Node.js through the node-UUID. ... const uuidv4 = require('uuid/v4') var uuid1 = uuidv1() var uuid5 = uuidv4().
確定! 回上一頁