读取html文件,让其中的内容和notepad打开这个html的样子一样。

然后我写了个python代码,让其读取这个html文件后,内容和这个一样:

 

htmlf=open('13144815898.html','r',encoding="utf-8")
htmlcont=htmlf.read()
print((htmlcont))

 

 

读取html文件,让其中的内容和notepad打开这个html的样子一样。

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-13
  • 2021-06-19
  • 2021-11-19
  • 2022-12-23
  • 2022-12-23
  • 2021-09-02
猜你喜欢
  • 2021-07-27
  • 2021-11-22
  • 2021-10-04
  • 2021-12-27
  • 2022-12-23
相关资源
相似解决方案