asdfsdff
sdfsdfdf
using system.generic;
namespace std{
public class Test(){
public int i;
public void hello(){
System.WriteLine("hell");
}
}
}
本文共 194 字,大约阅读时间需要 1 分钟。
sdfsdfdf
using system.generic;
namespace std{
public class Test(){
public int i;
public void hello(){
System.WriteLine("hell");
}
}
}
转载于:https://www.cnblogs.com/yuquanli/p/5377250.html