111,097
社区成员




public class user
{
public string strValue;
public string strValue2 = "我的购物";
public string strname;
}
public static class TransValue
{
public static user usert;
}
这是两个类的声明,这个是调用。。。
TransValue.usert.strValue2 = User + "的购物";
这样写的话可以吗?