摘要: public class test { //属性 public unicode_gb[] m_unicode_gb = new unicode_gb[10]; public A[] m_A = new A[10]; public class A { public int unicode; publi 阅读全文
posted @ 2020-03-09 17:24 enych 阅读(1367) 评论(0) 推荐(0) 编辑
摘要: /* int z11 =sizeof(int); //4 int z12 = sizeof(char); //1 int z13 = sizeof(unsigned char); //1 int z14 = sizeof(unsigned short int); //2 int z15 = size 阅读全文
posted @ 2020-03-09 17:02 enych 阅读(255) 评论(0) 推荐(0) 编辑