function createSquare ( config : SquareConfig ): { color : string; area : number } {. let newSquare = { color : "white", area : 100 };.
確定! 回上一頁