本文介绍了如何创建唯一的跟踪代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何创建唯一的跟踪代码?
您的建议是什么?
字符数不超过10,仅使用数字。
请叫例子强大的...
how can create a unique tracking code?
What is your suggestion?
The number of characters not more than 10 and use only of number .
Please call example powerful...
推荐答案
如果你愿意允许几个字符,为十六进制数字,则功能将对您有用
If you're willing to allow for a few more characters, and let your number be a hex number, the uniqid function will be useful to you
这篇关于如何创建唯一的跟踪代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!