元标记内的网址是否应直接包含&符号或&
?例如,这个元标记用于使用Facebook的Open Graph:
<meta property="og:image" content="https://somesite.com/api?url=http%3A%2F%2Fnews.website.com/img/4000%2Fjpg%2F_68009935_0198987080.jpg&width=400&height=400&key=1234" />
答案 0 :(得分:0)
图片的元标记是facebook访问以获取图像的URL。无需&
直接使用&
。