Çó½Ì.netÀïʹÓÃjquery ajaxµÄ·½·¨
C# code:
protected void Button1_Click(object sender, EventArgs e)
{
System.IO.File.Delete("01.html");
Response.Write("ÕýÔÚɾ³ý01.html³É¹¦");
System.IO.File.Delete("xx.html");
Response.Write("ÕýÔÚɾ³ýxx.html³É¹¦");
System.IO.File.Delete("hh.html");
Response.Write("ÕýÔÚɾ³ýhh.html³É¹¦");
System.IO.File.Delete("kk.html");
Response.Write("ÕýÔÚɾ³ý05.html³É¹¦");
System.IO.File.Delete("uuu.html");
Response.Write("ÕýÔÚɾ³ýuuu.html³É¹¦");
System.IO.File.Move("oo.html", "ooo.html");
Response.Write("oo.htmlÖØÃüÃûooo.html³É¹¦");
System.IO.Directory.CreateDirectory("aa");
Response.Write("´´½¨aaĿ¼³É¹¦");
System.IO.Directory.Delete("bb");
Response.Write("´´½¨bbĿ¼³É¹¦");
}
ÉÏÃæµÄ·½·¨²½Ö裬Ôõôͨ¹ýjqueryµÄajax·½Ê½Ò»²½Ò»²½µÄÊä³ö£¬´ïµ½ÊµÊ±ÏÔʾ£¬¼´²Ù×÷¼ÈÏÔʾ¡£
×îºÃÄÜÓдúÂ룬ÏÈËÍÉÏ100·Ö£¬Èç¹û½â¾öÁËÎÊÌâÔÚËÍÉÏ100·Ö
°ï¶¥
Up
лл¥ÉÏ£¬200·ÖËÍÉÏ~
Ïà¹ØÎÊ´ð£º
ÏëÖªµÀÔõôÔÚDWÖÐÔËÐÐAjax
ÎÒÔËÐеÄÎļþ±¨Õâ¸ö´í..
Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0
Fatal error: Unknown: Failed opening requir ......
<div id="div6" runat="server" style= "height:auto;width:auto; text-align: left;">
& ......
ǰ̨´úÂ룺
C# code:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="tttt.aspx.cs" Inherits="tttt" %>
<%@ Register Assembly="System.W ......
Ö÷Ò³ÖÐÓиöÄ£¿é£¨µ÷ÓÃĸ°æÒ³£©ÓÐÒ»¸öDropDownlist ºÍÒ»¸öLabel¿Ø¼þ£¬ÒªÇóÑ¡ÔñDropDownlistÖеÄÏîʱ °ÑÊý¾Ý¿âÖÐÏàÓ¦µÄÄÚÈÝÏÔʾµ½LabelÉÏ ¶ø²»Ë¢ÐÂÕû¸öÒ³Ãæ¡£
֮ǰû¶ÔAjaxÓÐÈκÎÁ˽⣬²»ÖªµÀÈçºÎʵÏÖ¾Ö²¿Ë¢Ð¡£ÏÖÔ ......