单项选择题

python3中将bytes对象解码的方法是()

A.decode(bytes)
B.bytes.decode()
C.encode(bytes)
D.bytes.encode()