context[@"bar"] = initVar ;
这个在Swift里面如何实现啊?貌似不能直接访问索引。
context.setObject(foo, forKeyedSubscript: "foo");