/** * @param {('rect'|'circle'|'ellipse')} shapeType - The allowed type of the shape */ Shape.prototype.getType = function (shapeType) { return ...
確定! 回上一頁