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.
您可以以多种方式构造数据:例如逗号分隔或制表符分隔。
但您也可以构建职位数据。因此,例如,前 20 个字符表示电话号码,后面 2 个字符表示某人的年龄等...
一般来说,您如何称呼这样的文件?
如果你有 id[3]name[5]phone[6]
001Liz 882833 002Paul 892733 003John 927477
这是一个固定格式的文件。