• 大小: 463B
    文件类型: .py
    金币: 2
    下载: 1 次
    发布日期: 2021-06-13
  • 语言: Python
  • 标签: python  txt  

资源简介

python 对比不同的txt文档数据 不同的数据在html中高亮显示

资源截图

代码片段和文件信息

#

import difflib
import sys
import re
import  json


test=‘test.txt‘
a=open(test‘r‘).read()
#b=re.match(‘info‘a)
#print(a)
b=re.search(r‘info‘a).group()
print(b )




report=‘diff1_two_excel.html‘
b=open(test

评论

共有 条评论