摘要: function test(){$.ajax({ type: "POST", url: "json.txt", data: '000', dataType:'json',//此项十分重要,切记! success: function(msg){ var data_text=""; $.each(msg.logistics_companies_get_response.logistics_companies.logistics_company, function(i,item){ data_text+=&q 阅读全文
posted @ 2012-05-16 16:32 纯属偶然_黄勇 阅读(199) 评论(0) 推荐(0)