忽然笑
function updatemessage() { $(function() { $.ajax({ type:"post", url:"method/serachmessage.php", dataType: 'json', success:function(data){ $("#message").html(''); $.each(data,function(index,n){ $("#message").append("<li><a href='"+n.url+"'>"+n.title+"</a></li>"); }); } }); }); }刚刚解决了。