Fork me on GitHub

  2020年11月26日
摘要: 一 前言: python判断bytes是否相等,一般要用到这几种方法:is,==,operator.下面做几个例子让大家看一下. 二 正文: 1 相等方法: test1=b'0xab' test2=b'0xab' if test1 == test2: print("equeal is success 阅读全文
posted @ 2020-11-26 18:13 虚生 阅读(5022) 评论(1) 推荐(0) 编辑