命名空间

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  小猩猩君  阅读(138)  评论(0编辑  收藏  举报