请帮帮我。我试图将一些元标记附加到head.There页面没有错误。但它正确附加。可能是什么问题。请帮助我。
$(document).ready(function(){
$('head').append('<meta property="og:title" content="Example Title" />');
$('head').append('<meta property="og:description" content="Example Title Description" />');
});