摘要: 1 var test = {};2 test.contentText = function() {3 var C = new Date();4 var contentHour = C.getHours();5 console.log(contentHour);6 };7 test.contentText(); 阅读全文
posted @ 2013-02-04 11:18 小猩猩君 阅读(140) 评论(0) 推荐(0) 编辑