摘要:压缩%ProgramFiles%\Winrar\rar a c:\123.rar c:\123解压%ProgramFiles%Winrar\unrar.exe x c:\sp\sp.rar c:\sp
阅读全文
摘要:public static int iA; protected void Button1_Click(object sender, EventArgs e) { //Label1.Text Response.Write("该变量的值为"+iA.ToString()); iA++; } protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack)//只在页面第一次加载...
阅读全文
摘要:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-
阅读全文
摘要:<html><head><title>MyForm</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body><form action="#" method="get" name="MyForm" id="myForm"> <input type="t
阅读全文