Java 開發生成UUID或GUID方法// 36位的,帶中劃線java.util.UUID.randomUUID.toString;// 32位的,去掉中劃線java.util.UUID.randomUUID.toString.
確定! 回上一頁