java生成惟一ID

package com.wang.util; import org.junit.Test; import java.util.UUID; @SuppressWarnings("all") //鎮壓警告 public class IDutil { public static String getId(){ return UUID.randomUUID().to
相關文章
相關標籤/搜索