(Python3)Bytes和Bytearray操作

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/u011978079/article/details/89738094
bytes.count(sub[,start[,end]])
bytearray.count(sub[,start[,end]])

猜你喜欢

转载自blog.csdn.net/u011978079/article/details/89738094