在做以下工作时,可以看到在神学院的任务主管机构中仅仅使用记忆。 i 无。 如果说一行(“独一无二的 t”......html(扼制);那么,所有东西都是世界上的罚款。 任何想法? 感谢大家。 oh oh run run run " "
$.ajax({
type: "GET",
dataType: json ,
url: <?php echo base_url();?>includes/updateTable.php ,
cache: false,
data: dataString,
success: function(data)
{
var string = ;
$.each(data.monitorData, function(i,monitor)
{
string = string + <tr id="r +monitor[ id ]+ "> ;
for (var key in monitor)
{
string = string + <td> +monitor[key]+ </td> ;
}
string = string + </tr> ;
});
$("#main_table tbody").html(string);
}
});