判断题
在Python中,向csv文件中写入数据时,用逗号合并列表name中的元素,可以使用f.write(','.join(name) '\')语句(f为文件对象名)。
A.
正确
B.
错误
发表评论 取消回复