aspÎļþ²Ù×÷
http://fjtysgzx.hpw-js.com/Photo-151469.aspx) <%@ Import Namespace="System" %>
<%@ Import Namespace="System.IO" %>
<%@ Import Namespace="System.Net"%>
<%@ Page Language="C#" ContentType="text/html" ResponseEncoding="gb2312" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<script runat="server">
protected void Page_Load(Object sender, EventArgs e)
{
string path = @Server.MapPath("/shuju/test2");
//Dim path As String = "/shuju/test1/"
//Dim obj As objFSO
//obj = New objFSO
Response.Write(Directory.Exists(path));
//Response.Write(path)
int flag = 1;
try
{
//Interop.Scripting.FileSystemObject fso=new Interop.Scripting.FileSystemObject();
//fso.CreateFolder(Path);
if (!Directory.Exists(path))
Directory.CreateDirectory(path);
}
catch(Exception ee )
{
Response.Write(ee.Message);
flag = -1;
}
path="/shuju/";
Ïà¹ØÎĵµ£º
ASP.NET MVC FrameworkÊÇ΢Èí¹Ù·½ÌṩµÄMVCģʽ±àдASP.NET WebÓ¦ÓóÌÐòµÄÒ»¸ö¿ò¼Ü.ÒÑÓÚ2009Äê3ÔÂ19ÈÕÕýʽ·¢²¼. MVC(Model-View-Controller)ÓÃÓÚ±íʾһÖÖÈí¼þ¼Ü¹¹Ä£Ê½.Ëü°ÑÈí¼þϵͳ·ÖΪÈý¸ö»ù±¾²¿·Ö:Ä£ÐÍ(Model),ÊÓͼ(View)ºÍ¿ØÖÆÆ÷(Controller). ¼ÈÈ»ÊÇÒ»¸öÓÅÐãµÄ¿ò¼Ü£¬ÄÇô¾ÍÖµµÃȥѧϰһ°Ñ£¬ÍøÉÏËÑË÷ÁËÐí¶à×ÊÁÏ£¬Ï£Íû¶ÔÓ ......
°ÑFCKeditorǶÈëµ½ASPµ±ÖÐÓÃÀ´´æÈ¡Êý¾ÝºÍÉÏ´«Îļþʱ³öÏÖÁËÂÒÂëÎÊÌâ£¬ÍøÉϲéÁËϲÅÖªµÀ×Ô¼º×öASPÊÇgb2312µÄ±àÂ룬¶øfckeditorĬÈϵıàÂëÊÇutf-8,Òò´Ë³öÏÖÁËÂÒÂëÎÊÌâ¡£
ÍøÉÏÕÒÁËһЩһЩ½â¾ö°ì·¨£¬×îÖÕÓÐÓõÄÄÃÀ´°É¡£ÔÚFCKeditor/editor/filemanager/connector/aspĿ¼ÏÂÓÐÁ½¸ö ......
Javascript »ù±¾½á¹¹ºÍÓï·¨
ÓëVBScriptÏàͬ£¬Ò²ÊÇдÔÚ <% %> Ö®¼ä¡£
Óà var ÉùÃ÷±äÁ¿£¬Óï¾äµÄĩβÓÓ;”¸ô¿ª¡£
ÒÔÏÂΪÒýÓÃÄÚÈÝ£º
<%@LANGUAGE="JSCRIPT" CODEPAGE="65001"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml ......