题库 Python题库 题目列表 有如下代码:with open('RGB.jpg','rb&#3...
判断题

有如下代码:
with open('RGB.jpg','rb') as f:
    a=f.read()
这段代码可以将图像文件RGB.jpg的二进制数据存储在变量a中。( )

A.
正确
B.
错误
题目信息
2023年 12月 判断题
-
正确率
0
评论
158
点击