How to parse a json(from a script tag) in python?

后端 未结 0 1557
暗喜
暗喜 2021-01-17 17:00

I want to parse jsons from the string that I got from a scraped text from script tag. This is my code so far:

from bs4 import BeautifulSoup
import json
import         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题