下面範例使用 java.util.UUID 產生隨機的UUID字串及印出UUID版本及變體資訊。 UUID uuid = UUID.randomUUID(); String uuidString = uuid.toString(); ...
確定! 回上一頁