$.get("control/read.php",{"z":Math.random()},function(data){ $(".box").html(""); for(var i = 0 ; i <= data.jieguo.length ; i++){ var o= eval("(" + data.jieguo[i] + ")"); $(".box").append($("<div class='hua'><b>" +o.yonghuming + "</b>说:" +o.neirong +"</div>")); });
添加回答
举报
0/150
提交
取消