def __init__(self):
self.URL_vendor = 'http://shop.bdgastore.com/'
self.URL_product = 'http://shop.bdgastore.com/collections/footwear/products/y-3-pureboost-zg'
self.URL_addToCart = 'http://shop.bdgastore.com/cart/add.js'
self.URL_cart = 'http://shop.bdgastore.com/cart'
self.user_size = '8'
self.user_session = requests.Session()
评论列表
文章目录