1. 程式人生 > >python爬取網頁包含動態js資訊(3.7 +,2.7+)

python爬取網頁包含動態js資訊(3.7 +,2.7+)

				post_param = {'action': '', 'start': '0', 'limit': '1'}
				return_data =     
                  requests.get("https://live.kuaishou.com/profile/3xc47n6ikt8ikac",
										   data=post_param, verify=False)
				print(return_data.text)