说明: 使用winfrom实现增删查功能 public liulan() { InitializeComponent(); } public void DataBind() { this.dataGridView1.AutoGenerateColumns = false; string sql = "select Goods.*,Type.TypeName from Goods,Type where Goods.TypeID=Type.TypeID"; DataTable d t = DBHelper
<zn123456zhangna> 上传 | 大小:1005byte