摘要: //span[@title]/a[@onclick]/@href from lxml import etree id=[] time=[] z=[] g="" selector = etree.HTML(req.text) links = selector.xpath('//span[@title] 阅读全文
posted @ 2022-07-19 17:39 速搞 阅读(53) 评论(0) 推荐(0)
摘要: from io import BytesIO import requests import pdfplumber import re import boto3 from boto3.dynamodb.conditions import Key, Attr import json def lambda 阅读全文
posted @ 2022-07-19 04:41 速搞 阅读(110) 评论(0) 推荐(0)
摘要: from io import BytesIO import requests import pdfplumber req = requests.get("https://www1.hkexnews.hk/listedco/listconews/sehk/2020/0124/2020012400942 阅读全文
posted @ 2022-07-19 03:06 速搞 阅读(108) 评论(0) 推荐(0)
摘要: https://www.bogotobogo.com/python/python-json-dumps-loads-file-read-write.php 阅读全文
posted @ 2022-07-19 00:51 速搞 阅读(30) 评论(0) 推荐(0)