这个小程序的目的是将二级目录下的文件全部合并成一个文件(其实几级目录都可以,只要做少许改动) #coding:utf8 import sys, os def process(path): new_file = open("file_1", "a+") for secDir in os.listdir(path): for f in os.listdir(path + "/" + secDir): fin = open(path + "/
感谢:https://blog.csdn.net/qq_35624642/article/details/78243413 index.html <body> <div id="app"></div> <!-- built files will be auto injected --> </body> App.vue <template> <div id="app"> <h1