摘要:
最近做了个小抽奖,名单就用xml来生成了 a君 b君 c君 /* # 读取文件 # xml文档路径 */ this.loadXML = function(xmlFile){ var xmlDoc; var xmlhttp = new window.XMLHttpRequest(); xmlhttp.open("GET",xmlFile,false); xmlhttp.send(null); xmlDoc = xmlhttp.responseXML.documentE... 阅读全文
posted @ 2014-01-26 10:00
堂Di
阅读(1493)
评论(0)
推荐(0)
浙公网安备 33010602011771号