判断题
正确
from io import BytesIO执行代码可以导入BytesIO模块。
判断题from io import BytesIO执行代码可以导入BytesIO模块。
BytesIO模块的作用是对二进制数据进行输入输出。
判断题BytesIO模块的作用是对二进制数据进行输入输出。
BytesIO只能对字符进行操作。
判断题BytesIO只能对字符进行操作。