完整型:
rects.sort({
(first: Rectangle, second: Rectangle) -> Bool in
return first.width * first.length <= second.width * second
完整型:
rects.sort({
(first: Rectangle, second: Rectangle) -> Bool in
return first.width * first.length <= second.width * second