前者取data_member在class中的offset;指针类型是:type class::* 后者将会得到该data_member在内存中的真正地址;指针类型是:type* 转载于:https://www.cnblogs.com/dongerlei/p/6731941.html