复制10%优惠码 【96YF71WTUG】
购买优动漫PAINT(CLIP STUDIO PAINT官方中文正版)
详情请戳:https://www.udongman.cn/index.php?m=product&c=csp
list_2 = [x for item in df1 for x in item]
list_3 = [x.strip() for x in list_2 if x.strip() != '']
# list_3 = list(set(list_2))
list_3 = list(set(list_3))
list_3.sort(key=None, reverse=False)
listA = []
listB = []
url = 'https://cn.bing.com/search?q='
quick = '=HYPERLINK('
for i in range(len(list_3)):
if (u'/u0041' <= list_3[i] <= u'/u005a') or (u'/u0061' <= list_3[i] <= u'/u007a'):
a = str(list_3[i]).replace('/', '%2F')
c = a.replace(' ', '+')
b = c.replace(' ', '+')
d = url + b + '+-advertisement&?FORM=BEHPTB'
e = quick + 'B' + str(i + 2) + ')'
listB.append(e)
listA.append(d)
else:
d = url + list_3[i] + '+-advertisement&?FORM=BEHPTB'
Copyright © 2022
wuwofcproject.com, All rights reserved
独家内容 未经许可 严禁复制、镜像、转载