我正在使用这个:
foreach ($paragraph->childNodes as $child) {
$value .= $paragraph->ownerDocument->saveHTML($child);
}
问题是,在我的原始文档中,$value
我
有一个换行符。
这是源 HTML 的一部分:
<html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=utf-8">
<meta name=Generator content="Microsoft Word 12 (filtered)">
<title>SomeTitle</title>
</head>
<body lang=EN-US link=blue vlink=purple>
<div class=WordSection1>
<p class=3abstract><b>Abstract:</b> Five new anthranilic acid derivatives.</p>
</body>
</html>
你以前遇到过这种情况吗?