使用hulabula代替hulabula()或将函数直接传递给ajax选项:
1。
$.ajax({ type: "GET", //Url to the XML-file url: "data_flash_0303.xml", dataType: "xml", success: hulabula});
2。
$.ajax({ type: "GET", //Url to the XML-file url: "data_flash_0303.xml", dataType: "xml", success: function(xml) { }});
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)