码迷,mamicode.com
首页 > Web开发 > 详细

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

时间:2018-08-09 11:10:28      阅读:248      评论:0      收藏:0      [点我收藏+]

标签:分享图片   div   enc   技术分享   alt   nbsp   image   读取   代码   

技术分享图片

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

 

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

 

 

技术分享图片

 

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

标签:分享图片   div   enc   技术分享   alt   nbsp   image   读取   代码   

原文地址:https://www.cnblogs.com/www-caiyin-com/p/9447285.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!