gpt4 book ai didi

java - java中从网页读取标签的问题</h2> <div class="margin-bottom margin-bottom-color"> <span> <span class="art-margin click-event-list"> <span class="tag-style-yellow">转载</span> </span> </span> <span class="p-tips"> <span class="tips-margin-tip">作者:太空宇宙</span> <span class="tips-margin-tip">更新时间:2023-11-04 08:37:45</span> <span class="tips-margin-tip"><img src="/css/fonts/eye.svg" /><span id="article-look-1">24</span></span> <span class="tips-margin-tip"><img src="/css/fonts/heart.svg" />4</span> </span> </div> <div class="margin-bottom margin-bottom-color"> <div class="site-ad"> <div class="site-ad-top"><img alt="gpt4 key购买" src="/images/ad/gptkey.png" onclick="gotoUrl('https://referer.shadowai.xyz/r/30168')"> <img alt="nike" src="/images/ad/nike.jpg" onclick="gotoUrl('https://union-click.jd.com/jdc?e=618%7Cpc%7C&p=JF8BANQJK1olXDYCVV9cCUoXC2wOKx9KBVhdZAcYTQpVCHEWRwtIABlZAUEPVhcJWzBdTxIJXQcDVV9cCEMUBXBRXgdIbUd9PxVdCC9cYQ1uTy5IPE1QCyEVTQ0bD18NG1oUWgQKV1deOEsWAm4IG1oXXAMyZF5cOB15A24JGloUXQ4BUm5fCUoSA2sAGFoQbQYEVFxcC0sXAGYOE1olWgYLZIb3jpOjhbixnY-A-t-M9YrmkZO4uV84K1glWgYLQFgvSRkDBR04K1glXjYyVl9cDEInM184Kw')"> </div> </div> </div> <div class="margin-bottom padding-p"> <div class="container-article"> <p><div id="question"> <p></p> <p>我正在使用 jtidy 解析器来解析网页。它正在工作,有点:</p> <pre><code>InputStream in=new URL("http://www.medicinenet.com/alopecia_areata/article.htm").openStream();<br />Document doc= new Tidy().parseDOM(in, null);<br />String titleText=doc.getElementsByTagName("title").item(0).getFirstChild().getNodeValue();<br /></code></pre> <p><code><title>...</title></code> 工作正常,但是我传递的url,它包含标题标签 <code><TITLE>...</TITLE></code>大写字母。所以它返回 null。</p> <p>如何阅读<code><TITLE>...</TITLE></code> & <code><title>...</title></code>使用java代码在一条语句中?请帮助我。</p> <p></p> </div> <div style="margin-top: 20px;"> <p> <strong><font size="5">最佳答案</font></strong> </p> </div> <div id="answer"> <p></p> <p>只需检查 null,然后检查大写</p> <pre><code>String titleText=doc.getElementsByTagName("title").item(0).getFirstChild().getNodeValue();<br />if (titleText == null) titleText=doc.getElementsByTagName("TITLE").item(0).getFirstChild().getNodeValue();<br /></code></pre> <p><code>getElementsByTagName</code> 区分大小写,因此这是最简单的选项。</p> <p></p> </div> <div style="margin-top: 20px; margin-bottom: 40px;"> <p style="font-size: 20px;">关于java - java中从网页读取<TITLE>标签的问题,我们在Stack Overflow上找到一个类似的问题: <a href="javascript:void()" rel="noreferrer noopener nofollow" style="color: red;"> https://stackoverflow.com/questions/6000347/ </a> </p> </div></p> </div> </div> <div class="margin-bottom padding-p padding-p-line" align="center"> <span class="tips-margin-tip"><img src="/css/fonts/eye.svg" onload="look(2935806,'look')"/><span id="article-look-2">24</span></span> <span class="tips-margin-tip tips-margin-tip-click" onclick="look(2935806,'heart')"><img src="/css/fonts/heart.svg" /><span class="heart-p">4</span></span> <span class="tips-margin-tip tips-margin-tip-click" onclick="look(2935806,'heartbreak')"><img src="/css/fonts/heartbreak.svg" /><span class="heartbreak-p">0</span></span> </div> </div> <div class="content-p"> <div> 文章推荐: <a class="a-tag" href="/article/22/2935808/detail.html" target="_blank">java - Java中查找子字符串的索引</a> </div> <div> 文章推荐: <a class="a-tag" href="/article/22/2935807/detail.html" target="_blank">python - 从一个 tkinter 窗口打开另一个 tkinter 窗口</a> </div> <div> 文章推荐: <a class="a-tag" href="/article/22/2935805/detail.html" target="_blank">java - CompilationUnit 中所有变量的 IField</a> </div> <div> 文章推荐: <a class="a-tag" href="/article/22/2935804/detail.html" target="_blank">python - 跨多个程序正确使用 Scikit 的 StandardScaler</a> </div> </div> <div class="content-p"> <ul class="like-article"> <li> <a class="a-tag" href="/article/23/5403211/detail.html" target="_blank">问题</a> <p> 关闭。这个问题是off-topic .它目前不接受答案。 想要改进这个问题? Update the question所以它是on-topic用于堆栈溢出。 关闭 12 年前。 Improve thi</p> </li> <li> <a class="a-tag" href="/article/23/4985685/detail.html" target="_blank">问题</a> <p>我有一个动态网格,其中的数据功能需要正常工作,这样我才能逐步复制网格中的数据。假设在第 5 行中,我输入 10,则从第 6 行开始的后续行应从 11 开始读取,依此类推。 如果我转到空白的第一行并输入</p> </li> <li> <a class="a-tag" href="/article/23/4571403/detail.html" target="_blank">问题</a> <p>我有一个关于我的按钮消失的问题 我已经把一个图像作为我的按钮 用这个函数动画 function example_animate(px) { $('#cont</p> </li> <li> <a class="a-tag" href="/article/23/4514316/detail.html" target="_blank">php - 将现有帐户链接到 Facebook - 问题/问题</a> <p>我有一个具有 Facebook 连接和经典用户名/密码登录的网站。目前,如果用户单击 facebook_connect 按钮,系统即可运行。但是,我想将现有帐户链接到 facebook,因为用户可以选</p> </li> <li> <a class="a-tag" href="/article/21/1857420/detail.html" target="_blank">iOS map View 问题/问题</a> <p>我有一个正在为 iOS 开发的应用程序,该应用程序执行以下操作 加载和设置注释并启动核心定位和缩放到位置。 map 上有很多注释,从数据加载不会花很长时间,但将它们实际渲染到 map 上需要一段时间。</p> </li> <li> <a class="a-tag" href="/article/16/596718/detail.html" target="_blank">ruby-on-rails - Heroku,问题/问题</a> <p>我被推荐使用 Heroku for Ruby on Rails 托管,到目前为止,我认为我真的会喜欢它。只是想知道是否有人可以帮助我找出问题所在。 我按照那里的说明在该网站上创建应用程序,创建并提交 </p> </li> <li> <a class="a-tag" href="/article/21/1766457/detail.html" target="_blank">Android WebView setCertificate 问题 SSL 问题</a> <p>我看过很多关于 SSL 错误的帖子和信息,我自己也偶然发现了一个。 我正在尝试使用 GlobalSign CA BE 证书通过 Android WebView 访问网页,但出现了不可信错误。 对于大多</p> </li> <li> <a class="a-tag" href="/article/20/1691762/detail.html" target="_blank">c++ - Glew 问题, Unresolved external 问题</a> <p>我想开始使用 OpenGL 3+ 和 4,但我在使用 Glew 时遇到了问题。我试图将 glew32.lib 包含在附加依赖项中,并且我已将库和 .dll 移动到主文件夹中,因此不应该有任何路径问题。</p> </li> <li> <a class="a-tag" href="/article/19/1282009/detail.html" target="_blank">问题?</a> <p>我已经盯着这两个下载页面的源代码看了一段时间,但我似乎找不到问题。 我有两个下载页面,一个 javascript 可以工作,一个没有。 工作:http://justupload.it/v/lfd7不是</p> </li> <li> <a class="a-tag" href="/article/23/5821929/detail.html" target="_blank">jquery - 初级 jQuery 问题(FF/IE 问题)</a> <p>我一直在使用 jQuery,只是尝试在单击链接时替换文本字段以及隐藏/显示内容项。它似乎在 IE 中工作得很好,但我似乎无法让它在 FF 中工作。 我的 jQuery: $(function() { </p> </li> <li> <a class="a-tag" href="/article/23/3377713/detail.html" target="_blank">Android ndk 问题 socket 和 std 问题</a> <p>我正在尝试为 NDK 编译套接字库,但出现以下两个错误: error: 'close' was not declared in this scope 和 error: 'min' is not a m</p> </li> <li> <a class="a-tag" href="/article/23/5727794/detail.html" target="_blank">java - Selenium 问题 : Select. deselectAll() 导致 iframe 问题</a> <p>我正在使用 Selenium 浏览器自动化框架测试网站。在测试过程中,我切换到特定的框架,我们将其称为“frame_1”。后来,我在 Select 类中使用了 deselectAll() 方法。不久之</p> </li> <li> <a class="a-tag" href="/article/23/4471074/detail.html" target="_blank">连接到 Heroku PostgreSQL 的 Python 问题 - SSL 问题</a> <p>我正在尝试通过 Python 创建到 Heroku PostgreSQL 数据库的连接。我将 Windows10 与 Python 3.6.8 和 PostgreSQL 9.6 一起使用。 我从“ht</p> </li> <li> <a class="a-tag" href="/article/23/5521929/detail.html" target="_blank">python - 在 Pandas 中创建新列的 np.where() 问题(可能是 NaN 问题?)</a> <p>我有一个包含 2 列的数据框,我想根据两列之间的比较创建第三列。 所以逻辑是:第 1 列 val = 3,第 2 列 val = 4,因此新列值什么都没有 第 1 列 val = 3,第 2 列 va</p> </li> <li> <a class="a-tag" href="/article/23/3823610/detail.html" target="_blank">css - 如何调试 iphone 5 中的 css 问题(ui 问题)?</a> <p>我想知道如何调试 iphone 5 中的 css 问题。 我尝试使用 firelite 插件。但是从纵向旋转到横向时,火石占据了整个屏幕。 有没有其他方法可以调试 iphone 5 中的 css 问题</p> </li> <li> <a class="a-tag" href="/article/23/3391188/detail.html" target="_blank">CSS 问题,input[id]+label,:hover, 和 :checked 问题</a> <p>所以我有点难以理解为什么这不起作用。我正在尝试替换我正在处理的示例站点上的类别复选框。我试图让它做以下事情:未选中时以一种方式出现,悬停时以另一种方式出现(选中或未选中)选中时以第三种方式出现(而不是</p> </li> <li> <a class="a-tag" href="/article/23/3203917/detail.html" target="_blank">javascript - 1 javascript/css 问题 2 perl cgi 问题</a> <p>Javascript CSS 问题: 我正在使用一个文本框来写入一个 div。我使用以下 javascript 获取文本框来执行此操作: function process_input(){ </p> </li> <li> <a class="a-tag" href="/article/21/2127250/detail.html" target="_blank">algorithm - NP 中的语言(问题)和 P 中的语言(问题)之间的多项式时间减少</a> <p>你好,我很难理解 P、NP 和多项式时间缩减的主题。我试过在网上搜索它并问过我的一些 friend ,但我没有得到任何好的答案。 我想问一个关于这个话题的一般性问题: 设 A,B 为 P 中的语言(或</p> </li> <li> <a class="a-tag" href="/article/21/2104936/detail.html" target="_blank">python-3.x - 该算法(解决 leetcode 问题 650)(问题 2)的时间复杂度是多少?</a> <p>你好,我一直在研究 https://leetcode.com/problems/2-keys-keyboard/并想到了这个动态规划问题。 您从空白页上的“A”开始,完成后得到一个数字 n,页面上应该</p> </li> <li> <a class="a-tag" href="/article/20/1437635/detail.html" target="_blank">ios - Xcode Server Bot 问题 : warning. 生成服务错误。问题:路径 'some/path' 的存档格式不正确</a> <p>我正在使用 Cocoapods 和 KIF 在 Xcode 服务器上运行持续集成。我已经成功地为一个项目设置了它来报告每次提交。我现在正在使用第二个项目并收到错误: Bot Issue: warnin</p> </li> </ul> </div> </div> <div class="resource col-xs-3 col-sm-3 col-md-3 col-lg-3"> <div class="content-p content-p-comment"> <div class="phone-current phone-current-float"> <img alt="" src="/images/phone/manphone.jpeg"> </div> <div class="phone-current-float phone-current-style"> 太空宇宙 </div> <div class="phone-current-summary"> <span><strong>个人简介</strong></span> <p> 我是一名优秀的程序员,十分优秀! </p> </div> </div> <div class="content-p content-p-comment"> <article class="p-list"> <div class="art-margin" style="border-bottom: 1px solid #f3f0f0; padding-bottom: 5px;"> <strong>作者热门文章</strong> </div> <ul class="recomment-list-user"> <li><a class="a-tag" href="/article/22/2177999/detail.html" target="_blank">android - 多次调用 OnPrimaryClipChangedListener</a></li> <li><a class="a-tag" href="/article/22/2177998/detail.html" target="_blank">android - 无法更新 RecyclerView 中的 TextView 字段</a></li> <li><a class="a-tag" href="/article/22/2177997/detail.html" target="_blank">android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0</a></li> <li><a class="a-tag" href="/article/22/2177996/detail.html" target="_blank">android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色</a></li> </ul> </article> </div> <div class="content-p content-p-comment"> <article class="p-list"> <div class="art-margin" style="border-bottom: 1px solid #f3f0f0; padding-bottom: 5px;"> <strong>滴滴打车优惠券免费领取</strong> </div> <img alt="滴滴打车优惠券" src="/images/ad/didiad.png" width="210px" onclick="window.open('/ad/didi', '_blank')"> </article> </div> <div class="content-p content-p-comment"> <article class="p-list"> <div class="art-margin" style="border-bottom: 1px solid #f3f0f0; padding-bottom: 5px;"> <strong>全站热门文章</strong> </div> <ul class="recomment-list-user"> <li><a class="a-tag" href="/article/92/8828600/detail.html" target="_blank">抛物流线参数化方程推导——从几何性质到代码实现</a></li> <li><a class="a-tag" href="/article/92/8828599/detail.html" target="_blank">【C语言学习】——命令行编译运行C语言程序的完整流程</a></li> <li><a class="a-tag" href="/article/92/8828598/detail.html" target="_blank">让LLM来评判|基础概念</a></li> <li><a class="a-tag" href="/article/92/8828597/detail.html" target="_blank">Pulsar客户端如何控制内存使用</a></li> <li><a class="a-tag" href="/article/92/8828596/detail.html" target="_blank">G1原理—4.G1垃圾回收的过程之YoungGC</a></li> <li><a class="a-tag" href="/article/92/8828595/detail.html" target="_blank">利用mybatis拦截器记录sql,辅助我们建立索引(一)</a></li> <li><a class="a-tag" href="/article/92/8828594/detail.html" target="_blank">C#实现Winform程序在系统托盘显示图标&开机自启动</a></li> <li><a class="a-tag" href="/article/92/8828593/detail.html" target="_blank">《痞子衡嵌入式半月刊》第116期</a></li> <li><a class="a-tag" href="/article/92/8828592/detail.html" target="_blank">k8s列出所有未配置探针的deployment</a></li> <li><a class="a-tag" href="/article/92/8828591/detail.html" target="_blank">unityassetbundle加载图集的所有sprite图片</a></li> </ul> </article> </div> </div> </div> </div> <div class="foot-font" style="border-top: 1px solid #f3f0f0; margin: auto; padding: 15px; background-color: #474443" align="center"> <a href="https://beian.miit.gov.cn/#/Integrated/index" target="_blank"><span class="color-txt-foot">Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号</span></a> <br/> <a href="/" target="_blank"><span class="color-txt-foot">广告合作:1813099741@qq.com</span></a> <a href="http://www.6ren.com" target="_blank"><span class="color-txt-foot">6ren.com</span></a> </div> <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?d1cb9c185f1642d6f07e22cafa330c45"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?d46c26b2162aface49b8acf6cb7025e1"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> </body> </html>