function Bubble(option) { this.width = self.window.innerWidth this.height = self.window.innerHeight / 2 this.radius = option.radius || 6 this.color ...
確定! 回上一頁