Do like this. var data = $.parseJSON("your_json"); var output= "<ul>"; for (i=0; i < data.payments.length; i++){ output += "<li>" + ...
確定! 回上一頁