Swift把String转化为double
let strLet : String = "9.9"
var string = NSString(string: strLet)
string.doubleValue