import UUID from 'basic-uuid'; const uuidA = UUID.randomUUID(); console.info(uuidA.getId()); //9accce27-9c42-1516-9137-733679383a61 ...
確定! 回上一頁