python的学习
人生中的第一个自己写的python代码!!!
import requests
resp=requests.get('https://club.jd.com/comment/productPageComments.action?callback=fetchJSON_comment98&productId=100006775445&score=0&sortType=5&page=0&pageSize=10&isShadowSku=0&fold=1')
print(resp.text)
代码作用,爬取京东的某个商品的评论!