ajax接收json數據在頁面顯示

dataType : "json"說明返回值類型爲json(也能夠爲xml/html/script/jsonp/text)html $("#input").val(data.col); $("#div").html("col1:"+data.col1+" "+"col2:"+data.col2); alert(JSON.stringify(data)); $.parseJSON() 函數用於
相關文章
相關標籤/搜索