setInterval ('update ()', 30000); // 30 seconds var update = function() { $.ajax( { type : 'POST', url : 'post.php', success : function(data) ...
確定! 回上一頁