🌈 搜索
📅  最后修改于: 2022-03-11 15:02:38.840000             🧑  作者: Mango
class Ball { constructor(w, h) { this.width = 100; this.height = 100; } }