标签: swift4.1
let Array = self.allPrices.map { ($0.prices)}
在上面的数组中,它将一些NSObject值作为输入$0.prices 我想将NSObject转换为Float。
$0.prices