使用字面量的方法创建一个dictionary报错:libc++abi.dylib: terminating with uncaught exception of type NSException
NSDictionary*dic1=@{@"name":@"Song",@"age":@"28",@"tel":@"12345678"};上诉为字典字面量创建方法,属正常情况,但我在使用中,将某个value值改为一个参数,例如:NSDictionary*dic1=@{@"name":userName,@"age":@"28",@"tel":@"12345678"};当userName为nil时,程