#有时候startswith还是很好用的,我其他地方有用,这里直接切片截取的
for u in self.two_urls:
u1 = u[0:16]
if response.url[0:16] == u1:
c = self.two_urls.index(u) # 所求列表的下标数字
print('parseHtml:cccccc = %s' % c)
# for c in range(0, count):
count = c
one_regx = self.one_regxs[count]
two_regx = self.two_regxs[count]
parse_xpath = self.parse_xpaths[count]