随笔分类 -  JSON

摘要: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 纯属偶然_黄勇 阅读(200) 评论(0) 推荐(0)
摘要:<body><button>Click Here</button><div>this is a div</div><p>this is a p</p><span>this is a span</span><br /><br /><b>this is a b</b><br /><br /><em>this is a em</em></body>$(function(){ $(&quo 阅读全文
posted @ 2012-03-29 11:31 纯属偶然_黄勇 阅读(16757) 评论(0) 推荐(1)