A.x.a B.x.a() C.x一〉GetValue() D.x.GetValue()
A.pa[5]=12.35 B.a[5]=12.35 C.*(pa+5)=12.35 D.*(a[0]+5)=12.35
A.intp=&m B.int*p=&m C.int&p=*m D.int*p=m