摘要:
Javascript刷新页面的几种方法:1 history.go(0)2 location.reload()3 location=location4 location.assign(location)5 document.execCommand('Refresh')6 window.navigate 阅读全文
posted @ 2016-03-28 17:37
夜深人静123
阅读(166)
评论(0)
推荐(0)
摘要:
window.history.go(-1)返回且刷新页面 window.history.go(-1)返回且刷新页面 windows窗口对象(历史)history.go(),history.back(),history.forward()。 因为windows对象引用不是必须的。所以windows.h 阅读全文
posted @ 2016-03-28 17:22
夜深人静123
阅读(1360)
评论(0)
推荐(1)
摘要:
window.history.go(-1)和window.location.go(-1)的区别虽然都跑到上一页去了,但:window.history.go(-1) 是返回上一页window.location.go(-1) 是刷新上一页 加载中,请稍候...... 阅读全文
posted @ 2016-03-28 17:18
夜深人静123
阅读(575)
评论(0)
推荐(0)

浙公网安备 33010602011771号