摘要:
ctrl+shift+x 阅读全文
posted @ 2024-06-01 21:26
我爱你的
阅读(21)
评论(0)
推荐(0)
摘要:
import random random_num = random.randint(1,100) random_float = round(random.uniform(0.5, 1.5), 1) 阅读全文
posted @ 2024-06-01 19:32
我爱你的
阅读(16)
评论(0)
推荐(0)
摘要:
from parsel import Selector sel = Selector(ct)url0 = sel.xpath('//select[@class="pageselect"]/option/@value').getall()#xpath提取url1 = sel.css('//select 阅读全文
posted @ 2024-06-01 11:33
我爱你的
阅读(11)
评论(0)
推荐(0)
摘要:
# -*- coding: utf-8 -*-"""Created on 2024-05-31 10:21:56 @summary: @author: me"""import jsonfrom feapder.db.mysqldb import MysqlDBimport feapder"""# M 阅读全文
posted @ 2024-06-01 11:32
我爱你的
阅读(205)
评论(0)
推荐(0)
浙公网安备 33010602011771号