| csdn
vcm 课堂
www.csdn.com.cn protected void dlbinder()//定义函数 string username=string.empty;定义一个字符 sqlconn_sqlconn=new sqlconn();实例一个函数 // /* */注释 数据类型 bool true false short 16位 int 32 long 64 float 32浮点型 double shat string 16位字符
%求余
switch casse: break while do-while for 循环 respinse.write(""+s);
int s=0 for(int i=0;i<=100;i++) { s+=i } respinse.write(""s);
int s=8; if (s>0) { respinse.write(s); } else if (a=0) {
respinse.write("为0") } else { a=-a; respinse.write(a); }
int s=0 for(int i=0;i<=100;i++) { if(i%7==0) { } else s+=i } } respinse.write("为"+s);
lbname.Text = ("显示"); lbname.Visible = true;
|