import json import html_to_json file = open("sample.html", "r") html = file.read() file.close() output_json ...
確定! 回上一頁