ncontentView下默认有3个子视图 Ø其中2个是UILabel(通过UITableViewCell的textLabel和detailTextLabel属性访问) Ø第3个是UIImageView(通过UITableViewCell的imageView属性访问) nUITableViewCell还有一个UITableViewCellStyle属性,用于决定使用contentView的哪些子视图,以及这些子视图在contentView中的位置