Discuss / JavaScript / Modification

Modification

Topic source

Ethan-Fanny

#1 Created at ... [Delete] [Delete and Lock User]

var today = new Date(); if (today.getMonth() === 1 && today.getDate() === 14) { alert('亲爱的,我预定了晚餐,晚上6点在餐厅见!'); }


  • 1

Reply