标签: swift nsexpression
我试图在这种情况下使用NSExpression划分5/10,但它返回0而不是0.5。
let expn = NSExpression(format:"5/10") let answer = expn.expressionValueWithObject(nil, context: nil) as? NSNumber
和想法?