标签:
1 var t = setTimeout(printHello, 2000); 2 clearTimeout(t);
Node.js系列笔记4-(不定期更新)
原文地址:http://www.cnblogs.com/emcc/p/5781875.html