现在的位置: 首页 > 综合 > 正文

测试一下插入良好的代码

2017年05月24日 ⁄ 综合 ⁄ 共 51字 ⁄ 字号 评论关闭
public Class A
{
int a;
int b;
public void Add ()
{
return a + b;
}
}

抱歉!评论已关闭.