1、将需要合并的多个.html文件复制到同一文件夹下,如果文件的顺序是重要的,注意按文件名称顺序调整好顺序。
2、使用组合键“Win + R”打开运行窗口,输入“cmd”命令,进入命令行窗口。
3、在命令行窗口,进入需要合并的.html文件的目录,如下图所示已进行“F:\stock”目录。
4、确认目录正确后,输入“type *.html >>f:\1111.html”,该命令将把当前目录下的所有.html文件的内容输出到f:\1111.html。
5、到此,打开合并后的f:\1111.html,即可看到多个html文件都已按顺序合并到F盘的1111.html文件中。
1,新建一个X.html文件;2,在X.html主题循环加入iframe标签,例如:
<iframe name="iframe1" marginwidth=0 marginheight=0 width=100% height=“600” src="你的XXX.html文件(例如:D:\a.html)" frameborder=0></iframe>
<iframe name="iframe2" marginwidth=0 marginheight=0 width=100% height=“600” src="你的XXX.html文件(例如:D:\b.html)" frameborder=0></iframe>
<iframe name="iframe3" marginwidth=0 marginheight=0 width=100% height=“600” src="你的XXX.html文件(例如:D:\c.html)" frameborder=0></iframe>
.....................
3,访问X.html成功
如果您想更多地了解网页制作方面的知识,建议你可以到 51rgb 上去看看
希望能够帮到您
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)