lua生成UUID

  • Post author:
  • Post category:其他


百度云盘地址:


https://pan.baidu.com/s/1zo__vSeDGaHOvCJLyzHwvA

GitHub地址:


https://github.com/bungle/lua-resty-uuid

调用:

local uuid = require 'resty.uuid'
ngx.print(uuid.generate().."======")

转载于:https://www.cnblogs.com/kgdxpr/p/9706088.html