Home > Q&A > body text
这是我的csv文件中的数据:
a b c d e f g h q w e r
假设现在想删除 g (第2行第3列),该如何写相应的代码呢?
g
PHPz2017-04-18 09:08:57
There is a csv module. You can read the usage of this library in detail. It should be there