描述:XMLHttpRequest 在IE下正常,在Firefox下不起作用。原因:XMLHttpRequest 对象的 onreadystatechange 不会在Firefox下执行,解放方法:使用 jQuery 实现 AJAX 去代替 XMLHttpRequest。