from bs4 import BeautifulSoup
import json
import urllib.request
# for local html file
response = open("TM讲义.html",encoding='utf8')
text = response.r
已解决:python如何把HTML文件转换成jupyter的ipynb文件
于 2022-11-02 00:11:38 首次发布
from bs4 import BeautifulSoup
import json
import urllib.request
# for local html file
response = open("TM讲义.html",encoding='utf8')
text = response.r