240 发简信
IP属地:新疆
  • swift学习试笔——函数

    swift函数柯里化: func bigThan(a:Int,b:Int) -> Bool { return a >b } let initia...