你试着把setInterval换成直接打印,看看会不会假死,会的话就是JQ问题,不会的话就是setInterval的问题。 然后就看着改呗

解决方案 »

  1.   

    function forPrint() {
                $.ajax({
                    url: "Default3.aspx?Action=Num",
                    type: "get",
                    cache: false,
                    success: function (date) {
                        $("#Print").html(date);setInterval("forPrint()", 1000);                }
                });
                
      
    *****************************************************************************
    签名档: http://feiyun0112.cnblogs.com/