JAVA日报
简单.net增删改查(一些基础函数)
string str=listBox1.SelectedItem.ToString().Replace(" ","");
//替换字符串
GetString("name").PadLeft(10)
//占位10
listBox1.Items.Clear();
//清除内容
t1.Location = new Point(4, 515);
//位置
t1.Size = new Size(100, 30);
//大小