flash鐘錶的實現

鐘錶的實現   1 2 3 4 5 6 7 8 9 10 11 12 13 14 var now : Date = new Date (); var hour = now.getHours(); var minutes = now.getMinutes(); var seconds = now.getSeconds(); this .addEventListener(Event.ENTER_FRA
相關文章
相關標籤/搜索