**装不了BeautifulSoup库运行不了bs4。
from bs4 import BeautifulSoup
soup=BeautifulSoup(open('jsonpath.json','r',encoding='utf-8'))
print(soup)
```**

