資源簡介
jquery ui 框架源碼 ligerui
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Web;
using?System.Web.UI;
using?System.Web.UI.WebControls;
public?partial?class?dotnetdemos_codeView?:?System.Web.UI.Page
{
????public?string?Code?{?get;?set;?}
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????????var?src?=?Request.QueryString[“src“];
????????if?(string.IsNullOrEmpty(src))?return;
?????????
????????src?=?Server.MapPath(“~/“?+?src);
????????Code?=?System.IO.File.ReadAllText(src);?
????}
}
- 上一篇:常用 下拉二級(jí)菜單
- 下一篇:谷歌接口獲取匯率 SDK源碼 以及
評(píng)論
共有 條評(píng)論