点击页面的刷新按钮,执行刷新功能,实现代码/* window.location.reload(); 刷新当前页面 */<script type="text/javascript">function refresh(){ window.location.reload(); } </script>