CGRect myImageRect = CGRectMake(0.0f, 0.0f, 320.0f, 109.0f);
为什么CGRectMake可以这么用,而许多其他的东西需要用 [CXXXObject alloc] 这样的方式?