如何在Python中输入2个文件然后输出它们?
我有一个为网页编写的代码,我需要知道如何获取 2 个数据文件并将它们导入到一个数组中,然后将数据输出到我的 html 站点上的表格中。
这2个数据文件是我电脑上的txt文件
I have a code written for a webpage and I need to know how to take 2 data files and import them into an array then output the data in a table on my html site.
the 2 data files are txt files that are on my computer
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我猜测您只想创建一个 html 表,文本文件中每个数据行有 1 行。
我不知道这是否是您想要的,但这就是我上面所说的。
Well I'm going to take a guess that you want to just create an html table that has 1 line per data line in the text file.
I don't know if that is what you were looking for, but that does what I said above.