ReMe/test/test1.py
jinli.yl cceebc631e refactor: rename package and restructure modules
- Rename experiencemaker package to reme_ai
- Move personal modules to new directory structure
- Remove unused classes and imports
- Update module initialization files
2025-08-25 23:59:08 +08:00

11 lines
No EOL
399 B
Python
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 2025年半年报点评Q2业绩同比增长CPU、DCU业务进展顺利
# https://data.eastmoney.com/report/info/AP202508061722561937.html
#
# https://pdf.dfcfw.com/pdf/H3_AP202508061722561937_1.pdf
import requests
headers = {
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64)"
}
url = requests.get("https://data.eastmoney.com/report/stock.jshtml", headers=headers)
print(url.text)