Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是因为我有一些字段,例如 csv 中的地址,其中包含字段中间的逗号。如果我直接从 csv 复制到文本,则标签也在复制。但是如果我使用 File.copy("xxx.csv","xyz.txt"); 它不是复制标签。