Last updated: 7 พ.ย. 2567 | 54 จำนวนผู้เข้าชม |
const header = document.querySelector("header"); const footer = document.querySelector("footer"); if (header) header.style.display = "none"; if (footer) footer.style.display = "none";