xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

資源簡介

美團(tuán)外賣爬蟲(web端),需要獲取外賣商家的shopid

資源截圖

代碼片段和文件信息

import?json
import?requests
import?sqlite3
import?csv
import?time
import?random
#可以接受傳入一個列表數(shù)據(jù)

def?writesinaldataintosqlite(alist):
????#需要更改兩處數(shù)據(jù)表名稱一處創(chuàng)建表的表頭和類型
????#https://stackoverflow.com/questions/14108162/python-sqlite3-insert-into-table-valuedictionary-goes-here
????conn?=?sqlite3.connect(‘AMAZON.db‘)
????c?=?conn.cursor()
????c.execute(‘‘‘CREATE?TABLE?IF?NOT?EXISTS?rank?
????????????????(BRAND?text?ASIN?text?MYNUM?textDATE?textDATE2?text)‘‘‘)
????datas?=?‘?‘.join(‘?‘?*?len(alist))
????#動態(tài)構(gòu)造數(shù)據(jù)列
????sql?=?‘INSERT?INTO?rank?VALUES?({})‘.format(datas)
????try:
????????c.execute(sql?[x?for?x?in?alist])
????????conn.commit()
????????conn.close()
????????#?print(‘INSERT?SUCCESS!‘)
????except?Exception?as?e:
????????#?print(e)
????????#?print(‘INSERT?FAILED‘)

評論

共有 條評論

相關(guān)資源