bytes("str", "utf-8")  和str.encode("utf-8")是一样的

str(bytes,"utf-8")  和bytes.decode("utf-8")a是一样的