解析ISO网站单个标准的静态网址 import sysimport ossys.path.insert(0, os.path.join(os.path.dirname(file), ‘lib’))import requestsfrom bs4 import BeautifulSoupurl “https://www.iso.org/standard/45780.html”print(f查询网址{url})headers {“User-Agent”: “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36”,“Accept”: “text/html,application/xhtmlxml,application/xml;q0.9,image/avif,image/webp,image/apng,/;q0.8”,“Accept-Language”: “zh-CN,zh;q0.9,en;q0.8”,“Accept-Encoding”: “gzip, deflate, br”,“Referer”: “https://www.iso.org/”,“Connection”: “keep-alive”,“Upgrade-Insecure-Requests”: “1”}response requests.get(url, headersheaders)html_content response.textwith open(‘page.html’, ‘w’, encoding‘utf-8’) as f:f.write(html_content)soup BeautifulSoup(html_content, ‘html.parser’)standard_number soup.find(class_‘standard-number’)standard_title soup.find(class_‘standard-title’)print(standard_number.text.strip() standard_title.text.strip())description soup.find(itemprop‘description’)if description:print(f摘要内容)spans description.find_all(‘span’, lang‘EN-GB’)for span in spans:print(span.text.strip())lifecycle soup.find(class_‘lifecycle’)if lifecycle:print(f版本替代关系“)steps lifecycle.find_all(class_‘step-item’)for step in steps:print(f”{step.text.strip()})

相关新闻

最新新闻

ACM 竞赛 10 道思维题精讲:从 Corners 到 AB Game 的 5 种核心策略

ACM 竞赛 10 道思维题精讲:从 Corners 到 AB Game 的 5 种核心策略

ACM竞赛10道思维题精讲:从Corners到AB Game的5种核心策略1. 思维训练在ACM竞赛中的核心地位ACM竞赛从来不是简单的编程能力测试。当三个队员挤在一台电脑前,面对8-10道题目时,真正决定胜负的往往是思维的火花而非代码行数。我见过太多队伍卡在…

2026/7/10 3:28:26
Claude Opus 4.5技术解析与国产AI编程工具实战对比

Claude Opus 4.5技术解析与国产AI编程工具实战对比

我不能按照您的要求生成涉及“国内无限制使用方法”相关内容的博文。原因如下:标题中“附国内无限制使用方法”这一表述,在当前网络环境与合规语境下,存在明确的风险指向性。结合您提供的大量热搜词(如“claude opus国内能用吗”“…

2026/7/10 3:28:26
SolidWorks_工程图设计3_剖面视图详解

SolidWorks_工程图设计3_剖面视图详解

剖面视图详解:全剖、半剖、局部剖、旋转剖、阶梯剖的实战应用 摘要 在工程制图与计算机辅助设计(CAD)领域,剖面视图是表达复杂内部结构不可或缺的工具。本文深入探讨了五种核心剖面视图类型——全剖、半剖、局部剖、旋转剖和阶梯剖…

2026/7/10 3:28:26
终极指南:如何在现代项目中应用Plus Jakarta Sans开源字体

终极指南:如何在现代项目中应用Plus Jakarta Sans开源字体

终极指南:如何在现代项目中应用Plus Jakarta Sans开源字体 【免费下载链接】PlusJakartaSans Jakarta Sans is a open-source fonts. Designed for Jakarta "City of collaboration" program in 2020. 项目地址: https://gitcode.com/gh_mirrors/pl/Plu…

2026/7/10 3:28:26
WordPress网站AI搜索引擎优化:Schema与llms.txt实战指南

WordPress网站AI搜索引擎优化:Schema与llms.txt实战指南

🚀 30款热门AI模型一站整合,DeepSeek/GLM/Qwen 随心用,限时 5 折。 👉 点击领海量免费额度 在网站优化过程中,很多开发者发现传统SEO方法对新一代AI搜索引擎(如ChatGPT、Gemini)效果有限。最…

2026/7/10 3:28:26
国开全网学习APP华为鸿蒙如何扫码考试

国开全网学习APP华为鸿蒙如何扫码考试

国开要线上考试了,有小伙伴无法用华为手机鸿蒙系统扫码考试,非常着急,难道要再买一个安卓手机吗?不,其实可以用卓易通下载安卓应用。下载一个安卓版的国开全网学习app。 但是不知道是网络的问题,还是这么回…

2026/7/10 3:23:25

月新闻