struct mytype{ static int a; public mytype(int b){ a = b; }
//什么代码放在这里可以让下面的实现?? }
int c =100; mytype my1 =(mytype)c;
如上题,一次面试别人问的,不知道改写什么。
没人知道吗?