用 Javascript 在頁面上顯示 Meta description

by | 8 月 6, 2021 | Frontend

<script>
var dirPath= $('meta[name=description]').attr('content');
console.log(dirPath);
document.write(dirPath);
</script>

0 Comments

Submit a Comment

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *

RSS
Follow by Email