当我在此菜单代码中包含此标签网址http://dewdropzone.blogspot.com/search/label/English%20Movie?&max-results=24时
<li><a href='http://dewdropzone.blogspot.com/search/label/English%20Movie?&max-results=24'>English</a></li>
</ul>
然后显示此错误消息,“解析XML时出错,第476行,第87列:对实体”max-results“的引用必须以”;“结尾分隔符“。 如果我从这个网址删除max-results = 24然后当我去菜单类别然后显示20帖子而不是24帖子。我如何在此代码中包含max-results = 24的博客网址?
答案 0 :(得分:0)
最好使用bit.ly或goo.gl或任何其他服务缩短网址然后使用该短网址。我希望这会奏效。
答案 1 :(得分:0)
将您的&
符号更改为?&
,但不起作用:
<li><a href='http://koran-madura.blogspot.com/search?q=sumenep?&max-results=10?&by-date=true'>Sumenep</a></li>
答案 2 :(得分:0)
你可以使用(/ search / label / test?&amp; max-results = 7)作为例子:
<a href='/search/label/test?&max-results=7' itemprop='url' title='test'></a>