티스토리 뷰

public static String getUUID() {        
        return UUID.randomUUID().toString();
}
//output : 2b2204c3-762f-4aae-8d50-241ad7a2dbae
댓글