การนอนไม่พอเพียง 3 คืนสามารถเพิ่มความเสี่ยงต่อโรคหัวใจได้

Site: tnnthailand Author: Panpilai Pukahuta Published: 2025-10-15 11:49
SEO Score
N/A
Word Count
587
Issues
0
Status
Pending

Meta Information

Meta Title
การนอนไม่พอเพียง 3 คืนสามารถเพิ่มความเสี่ยงต่อโรคหัวใจได้
Meta Description
งานวิจัยล่าสุดชี้ให้เห็นว่า การนอนหลับไม่เพียงพอเพียง 3 คืน ก็สามารถเพิ่มความเสี่ยงต่อโรคหัวใจได้อย่างเงียบ ๆ
Canonical URL
https://www.tnnthailand.com/health/214269/

SEO Issues (0)

No SEO issues found.

Content Preview

การนอนไม่พอเพียง 3 คืนสามารถเพิ่มความเสี่ยงต่อโรคหัวใจได้15 ต.ค. 202511:49 นHealth Copied! (function(){const slug = "214269"; // Copy Link functionality class ShareButtons { static init() { this.initCopyLink(); if (slug) { this.initShareTracking(); } } static async trackShare(platform) { try { await fetch('/content-api/share-count', { method: 'PUT', headers: { 'Content-Type': 'application/json', }, body: JSON.stringify({ slug, platform }) }); } catch (error) { console.error('Failed to track share:', error); } } static initShareTracking() { const shareBtns = document.querySelectorAll('.share-btn'); shareBtns.forEach(btn => { btn.addEventListener('click', () => { const platform = btn.getAttribute('data-platform'); if (platform) { this.trackShare(platform); } }); }); } static initCopyLink() { const copyBtns = document.querySelectorAll('.copy-link-btn'); copyBtns.forEach(btn => { btn.addEventListener('click', async () => { const url = btn.getAttribute('data-url'); if (!url) return; try { a...