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.
我在(.doc)文件中有一个巨大的商店名称列表,我想将这些名称存储在mysql DB中我认为的解决方案是创建这个列表的数组并通过循环将它们插入DB..但我没有不知道如何在 php 数组中推送此列表..
谢谢
将单词 doc 保存为纯文本 (.txt) 文件。一次读取一行文件,然后插入到数据库中。
如果您在 linux 上,则可以使用WV。
否则,您可以使用antiword或AbiWord将文本拉出。
然后,您仍然需要将文本放入适当的Array()位置,并且您可能会使用某种 REGEX 来做到这一点。
Array()