标签: javascript jquery
在以下网址中我还要包含&id=<?php echo $id; ?> 我该怎么办?
&id=<?php echo $id; ?>
url: "loadmore.php?lastid=" + $(".postitem:last").attr("id"),
答案 0 :(得分:1)
url: "loadmore.php?lastid=" + $(".postitem:last").attr("id") + "&id=<?php echo $id; ?>",