我正在使用w3c标记验证器.我收到此错误:
Line 169, Column 60: & did not start a character reference. (& probably should have been escaped as &.)
<a href="index.php?option=com_content&view=article&id=6&Itemid=4">
Run Code Online (Sandbox Code Playgroud)
如果我使用&而不是&,我无法将值传递给下一页.有人请帮帮我.提前致谢
cod*_*box 53
你之后加入了分号&吗?你的链接应该是
<a href="index.php?option=com_content&view=article&id=6&Itemid=4">
Run Code Online (Sandbox Code Playgroud)
请注意,如果您将此网址粘贴到浏览器的地址栏中,则无法使用 - 当您单击页面中的链接时,浏览器会将其转换&为&.