摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Text;using System.Data;using System.Data.SqlClient;namespace cidp.edu.cn.Diary{ public partial class DiaryAdd : MyPage { cidp.edu.cn.BLL.Diary bll = ... 阅读全文