在NSExpression中使用parantheses评估值

时间:2016-07-13 11:02:04

标签: ios swift nsexpression

我必须在NSExpression中评估以下值。请帮助我。

let calculateExpression = NSExpression(format: "6(9*9)")
    if let calculateConvertedValue = calculateExpression.expressionValueWithObject(nil, context: nil) as? NSNumber {
         outputValue = calculateConvertedValue.stringValue
        print("Output",outputValue)

    }

0 个答案:

没有答案