请帮我解答xmlhttp.onreadystatechange=function(){}与xmlhttp.onreadystatechange=function chuli(){}的区别!万分谢谢
没区别,一个是匿名函数,一个是命名函数,这里名字没有意义。