jquery ajax缓存处理
在页面中加入以下代码,可清理ajax缓存带来的问题。<script?type="text/javascript">?$.ajaxSetup({?cache:?false?});?</script>?