#!/usr/bin/env python # -*- encoding: utf-8 -*- ''' @Contact : liuyuqi.gov@msn.cn @Time : 2023/05/17 21:17:34 @License : Copyright © 2017-2022 liuyuqi. All Rights Reserved. @Desc : ''' host="https://www.modian.com" project_info_url = host + "https://zhongchou.modian.com/item" headers={ "Host": "zhongchou.modian.com", "Connection": "keep-alive", "Cache-Control": "max-age=0", "Upgrade-Insecure-Requests": "1", "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 \ (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36", }