Skip to content

Instantly share code, notes, and snippets.

View tewuapple's full-sized avatar
🎯
Focusing

steve sun tewuapple

🎯
Focusing
View GitHub Profile

CodeStar之《前端特工》糙解

第一章

提交中缺一个timestamp的值,补上即可。

document.getElementsByName('timestamp')[0].value = new Date().getTime();