javascript的繼承,一個簡單的乒乓球遊戲

$(document).ready(function() { //球的類 var Ball = function(x, y) { this.X = x; this.Y = y; this.style = { width : "5px", height : "5px", color : "#E00" }; this.dire
相關文章
相關標籤/搜索