我尝试验证(W3C)HTML,我有这个错误:
元素iframe上属性src的错误值http://www.facebook.com/plugins/like.php?href=http://www.mydomain.com/radio-online/radio-zu&layout=button_count&show_faces=true&width=100&action=like& colorscheme = light& height = 21:查询中的非法字符:不是URL代码点。
页面源代码:
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.mydomain.com/radio-online/radio-zu&layout=button_count&show_faces=true&width=100&action=like& colorscheme=light&height=21" style="border:none; overflow:hidden; width:150px; height:26px; border:0px solid red"></iframe>
我看不到非法人物。所有“&amp;”符号替换为“&amp;”我没有看到空白。
有人可以帮忙吗?