摘要: <html xmlns="http://www.w3.org/1999/xhtml"><head> <title></title> <script src="adapter/ext/ext-base.js" type="text/javascript"></script><script src="ext-all.js" type="text/javascript"></script><link 阅读全文
posted @ 2011-05-22 22:52 风云8 阅读(6316) 评论(1) 推荐(1)
摘要: @{ if(IsPost) { var contentx = Request.Form["contentx"]; var userName = Request.Form["username"]; var conment = new Content { content = contentx, userName=userName, addTime=DateTime.Now, guid=Guid.NewGuid() }; if (Request.Form["parentid"] != "") { conment.pid 阅读全文
posted @ 2011-05-22 22:00 风云8 阅读(386) 评论(0) 推荐(0)