2014年6月15日

将RichTextBox的内容直接写入数据库:

摘要: 将RichTextBox的内容直接写入数据库:private void button1_Click(object sender, EventArgs e){ System.IO.MemoryStream mstream = new System.IO.MemoryStream(); this.ric... 阅读全文

posted @ 2014-06-15 14:08 HOT SUMMER 阅读(608) 评论(0) 推荐(0)

导航