gpt4 book ai didi

PHP 警告:DOMDocument::loadHTML():属性 alt 已重新定义

转载 作者:行者123 更新时间:2023-12-05 02:24:11 25 4
gpt4 key购买 nike

我在 CentOS 上运行以下代码

$roster = $utils->getContentCURL("http://exporter.nih.gov/ExPORTER_Catalog.aspx");
$docmp = new DOMDocument();
$docmp->loadHTML($roster);

它给我一些警告,比如

PHP Warning: DOMDocument::loadHTML(): Attribute alt redefined

知道如何摆脱它吗?

最佳答案

作为validation of the website tells you , 有几个 alt 定义了两次的错误。一个例子在第 252 行:

<div align="center">
<a
href="XMLData/final/RePORTER_PRJ_X_FY2013_088.zip"
title="Click here to download XML File format"
>
<img
src="images/xml_icon.gif"
alt="Click here to download XML format file" <!-- RIGHT THERE! -->
width="41"
height="13"
border="0"
alt="" <!-- RIGHT THERE! -->
/>
</a>
<br/>
<b>(~1 MB)</b>
</div>

如果您拥有这个网站(是吗?),那么您应该简单地删除这些(或者可能要求他们修复他们的网站)。

关于PHP 警告:DOMDocument::loadHTML():属性 alt 已重新定义,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15335698/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com