以下代码执行静默逻辑错误: const arr = []; class Point{ constructor(){ this.x = Math.random() * 1000000; this.y = Math.random() * 1000000; } ...
確定! 回上一頁