?? imageeditor_showimage.aspx
字號:
<%@ Page Language="C#"%>
<%@import Namespace="CuteEditor.ImageEditor"%>
<META Http-Equiv="Cache-Control" Content="no-cache">
<META Http-Equiv="Pragma" Content="no-cache">
<META HTTP-EQUIV="EXPIRES" CONTENT="0">
<Script runat = "server">
void Page_Load(object sender, System.EventArgs e)
{
string filepath = this.Page.Request.QueryString.Get("filepath");
if (filepath != "")
{
filepath=this.Context.Server.MapPath(filepath);
}
string drawid = this.Page.Request.QueryString.Get("drawid");
string action = this.Page.Request.QueryString.Get("action");
string parameters = this.Page.Request.QueryString.Get("parameters");
string gid = this.Page.Request.QueryString.Get("gid");
DrawShow dw = new DrawShow(drawid, filepath, action, parameters, gid);
}
</Script>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -