100·ÖÇóÖúÈçºÎÓÃjavascriptÓïÑÔ°ÑXMLת»»³ÉJSON
RT ÈçºÎʹÓÃJavaScript°ÑÒ»·Ýxml¸ñʽµÄÎļþÖеÄdata¶Áȡת»»³ÉJSON Êý×é¸ñʽ£¬ÅªºÃµÄÔÚ¼Ó·ÖÊý
XML code:
- <channel>
<title>Key Events from Joe Santoro</title>
- <item>
<title>IMPACT 2010</title>
<events:start>May 02, 2010 12:00 AM</events:start>
<events:end>May 07, 2010 12:00 AM</events:end>
</item>
- <item>
<title>IMPACT 2010</title>
<events:start>May 02, 2010 12:00 AM</events:start>
<events:end>May 07, 2010 12:00 AM</events:end>
</item>
- </channel>
ת»»³ÉÕâÑùµÄ
JScript code:
var json= [{
"title": "IMPACT 2010",
"events_start": "May 02, 2010 12:00 AM",
"events_end": "May 07, 2010 12:00 AM"
},
{
"
"title": "IMPACT 2010",
"events_start": "May 02, 2010 12:00 AM",
"events_end": "May 07, 2010 12:00 AM"
}];
Êä³öµÄ½á¹ûÊÇ:JScript code
Code highlig
Ïà¹ØÎÊ´ð£º
<?xml version="1.0"?>
<root>
<status>433</status>
<msg>Õâ¸öÊǺº×Ö</msg>
<serialno>123</serialno>
</root>
ÈçºÎÓÃASP¶ÁÈ¡ statusÖµ ......
Private Sub Command1_Click()
Dim MyString() As String
Open "a.xml" For Binary As #1 ' ´ò¿ª¸Õ´´½¨µÄÎļþ¡£
ReDim MyString(LOF(1) - 1)
Put #1, , MyRecord ' ¶ÁÈëËùÓÐ×Ö·ûµ½±äÁ¿ÖÐ ......
ΪʲôÎҵijÌÐòµ÷ÓÃXMLÅäÖÃÎļþÖеİ¢À²®ÎÄÏÔʾ²»³öÀ´£¿ÆäËûµÄÓïÖÖ¶¼¿ÉÒÔ£¬ÈçÖÐÎÄ£¬Ó¢ÎÄ£¬µÂÎĶ¼¿É¡£
ÎÒ½«XMLµÄ±àÂë¸ÄΪutf-8ºÍunicodeµÄµ½µÃ½á¹û¶¼Ò»Ñù.
°¢À²®ÎĵÄ×Ö¿âÄãÓÐô£¿
ÓÐ,ÎÒµÄEXEÊÇ·ÅÔÚpc»úÉÏÖ´Ðе ......
˼·£ºÒªÓÃc#Éú³ÉÒ»¸ö²¥·Å»úµÄ²¥·ÅÁбíµÄxml£¬ÀýÈ磺
<daty datys='2010-04-05' datye='2010-05-01' > //ÕâÊDz¥·ÅµÄÈÕÆÚ¶Î
<time times='01:12:00' timee='02:30:00'> ......