当写入CSV时生成的数据会有空行
如果加入 newline =‘’ 不会新增空行
writefile = open('result.csv','w',newline =‘’) 原贴 https://blog.csdn.net/pfm685757/article/details/47806469
2024-03-23 20:59:28
当写入CSV时生成的数据会有空行
如果加入 newline =‘’ 不会新增空行
writefile = open('result.csv','w',newline =‘’) 原贴 https://blog.csdn.net/pfm685757/article/details/47806469
下一篇:Linux创建WiFi热点