操作符重载 自定义操作符 postfix operator ** { } postfix func ** (value: CGFloat) -> CGFloat { return value * value }