摘要:
protected void Page_Load(object sender, EventArgs e) { str_product(); } conn co = new conn(); public void str_product() { //用SQL语句查询数据并转换成XML文档,保存起来 string str_pro = "select distinct(product_no),brand,product_type,product_class,price,price2,price4,memo from tbl_product_store where brand='KI 阅读全文