ASPÉú³ÉXML¸ñʽÎÊÌ⣡
´úÂëÈçÏÂÄÜÉú³ÉÕýÈ·µÄXML¸ñʽ¡£
µ«ÊÇÈç¹û°ÑÆäÖеÄÒ»¾ä´úÂëtaste.Text = "4444"È¥µô£¬Éú³ÉµÄXML¸ñʽ¾Í±äÁË¡£ÔÚtasteÕâÒ»¸ö½ÚµãÓÉ <taste>4444 </taste>±ä³ÉÁË <taste />,ÊÇʲôÔÒòµ¼ÖµÄÄØ(ÒòΪûÓÐÖµ¶øÒýÆðµÄÂð?)Ôõô½â¾öÕâÖÖ¸ñʽ±ä³ÉΪ <taste> </taste>
Çë¸ßÊÖ½â¾ö!
<%
Set objFSO = Server.CreateObject("Scripting.FileSystemObject")
xmlFile = server.MapPath("fooddata.xml")
'xmlÎļþ²»´æÔÚ µÚÒ»´ÎÌí¼Ó²Ë
if not objFSO.FileExists(xmlFile) then
'´´½¨XMLÎĵµ
Set xmlDoc = Server.CreateObject("Microsoft.XMLDOM")
'´´½¨¸ùÔªËØ²¢½«Ö®¼ÓÈëÎĵµ
Set fooddata = xmlDoc.createElement("fooddata")
xmlDoc.appendChild fooddata
'´´½¨²¢¼ÓÈë×ÓÔªËØ
Set food_type = xmlDoc.createElement("food_type")
Set tp = xmlDoc.createElement("type")
tp.Text = "1111"
Set food_namelist = xmlDoc.cre
Ïà¹ØÎÊ´ð£º
conn.asp
<%
Set Conn=Server.CreateObject("ADODB.Connection")
Conn.ConnectionString="Provider=Microsoft.Jet.OLEDB.4.0; Data Source="&server.MapPath("Connt ......
ÓÉÓÚ¶ÔÒ³ÃæÊ¹ÓÃÁËα¾²Ì¬
²¢ÇÒ¶ÔID½øÐÐÁ˼ÓÃÜ¡£
Ö÷Òª´úÂëÈçÏ£º
httpd.ini
RewriteRule /List-([0-9,a-z]*).html /List.asp\?ComId=$1 [N,I]
³ÌÐò´úÂë
AΪ¼ÓÃÜ£¬BΪ½âÃܺ¯Êý
<a href=&q ......
ÓÐÄÄλ¸ßÊÖÓùýASP FCKÔÚÏß±à¼Æ÷ѽ£¬ËüÄǸöͼƬÉÏ´«¹¦ÄÜÔõôÅäÖÃѽ
ÄܸøÎÒ·¢¸öÄÜÓÃFCKÔÚÏß±à¼Âð£¿Ò»¶¨ÄÜÉÏ´«Í¼Æ¬¹¦ÄܵÄѽ£¬¼±Ñ½
Ö±½Óµ½¹Ù·½ÍøÕ¾È¥Ï¸ö¾Í¿ÉÒÔÁË£¬¹ØÓÚÉèÖÃô£¬Ö±½ÓGOOGLEÒ»ÏÂÄãµÄ°æ±¾ºÅ¾Í¿ÉÒÔÕÒµ ......
ÎÒÓÐÒ»¸öÎļþÃû aaa.bbb.rar»òÕßa.b.c.d.html»òÕßaa.b.dd.shtml
ÎÒÔõÑù½ØÈ¡ÎļþµÄºó׺Ãûѽ¡£¡£¡£
<%
aa="aaa.bbb.rar"
bb=split(aa,".")
response.write bb(ubound(bb)) ......
×Ö¶ÎPowerListÀïÃæµÄÖµ£ºKSO10000,KSO10021,KSO10004,KSO10022,KSO10020,KSO10008
ÏÖÔÚÒªÅжϣ¬µ±PowerListÀïÃæ´æÔÚKSO10004Õâ¸öÖµµÄʱºò£¬Êä³ö£ººÃ
VBScript code:
<%
set rs=server.Creat ......