本文介绍了如何生成6/8位的随机唯一优惠券号码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
嗨亲爱的专家们......我试图生成字母数字6到8位的优惠券号码,这些号码是唯一的,如果优惠券号码键不在列表中,则会出现错误信息。你可以指导我吗?
我正在尝试搜索类似的结果,但我看到了很多人使用
Hi dear experts..im trying to do generate Alphanumeric 6 to 8 digit coupon number which are UNIQUELY and if the coupon number key in is not in the list it will have error message. Can you please guide me ?
Im trying search for similiar result but i saw alot of ppl using
String uniqueID = UUID.randomUUID().toString();
但我不知道如何使用它,我试图导入相同的代码,但它不支持我当前的Java编译级别(jdk 1.5)
but i have no idea how to use it, i trying to import the same code but it not supported with my current java compilation level(jdk 1.5)
推荐答案
这篇关于如何生成6/8位的随机唯一优惠券号码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!