python is beautiful_python BeautifulSoup基本用法
#coding:utf-8importosfrom bs4 importBeautifulSoup#jsp 路径folderPath = "E:/whm/google/src_jsp"for dirPath,dirNames,fileNames inos.walk(folderPath):for fileName infileNames:if fileName.endswith(".jsp"):s...