日期:2014-05-16  浏览次数:20378 次

js页面重载

页面重载用javascript的几种做法:
1.location.reload
2.history.go(0)
3.location.href = location.href?