function shua(){
var str = "";
var tbody=window.document.getElementById("table1");
var next=$("#number").html();
var url = "\" __ROOT__/index.php/Home/Index/play?id=";
$.post(
'__ROOT__/index.php/Home/Actor/shua',
{next:next,genresid:{$genresid}},
function(msg){
var data = msg.data;
var url="\"__ROOT__/index.php/Home/Index/video?id=";
for (i in data) {
str += "<tr>" +
"<td><a href=" + url + data[i].id + "\"><img src=" + data[i].cover +" /></a></td>" +
"</tr>"
;
}
tbody.append(str);
$("#number").text(msg.next);
}
)
}
Appending at the end of the list is indeed in text format, and the picture is not displayed.
擁有18年軟件開發(fā)和IT教學經驗。曾任多家上市公司技術總監(jiān)、架構師、項目經理、高級軟件工程師等職務。 網絡人氣名人講師,...