摘要: Python中os.urandom(n)的作用 随机产生n个字节(0-255)的字符串,可以作为随机加密key使用~ [python] view plain copy >>> index = os.urandom(2) >>> print index 墿 >>> index = os.urandom 阅读全文
posted @ 2018-03-07 14:07 长白山 阅读(1496) 评论(0) 推荐(0)