摘要: int x[2]={0,1}; void* p; p = x[0]; //(int) p, p = 0 p = &x[0]; //(int*) p, *p = 0 阅读全文
posted @ 2020-04-02 11:22 rxh1999 阅读(240) 评论(0) 推荐(0)