现在的位置: 首页 > 综合 > 正文

HTML 后退、刷新、前进按钮

2014年02月15日 ⁄ 综合 ⁄ 共 153字 ⁄ 字号 评论关闭

HTML code:

<input type=button value=后退 onclick=history.go(-1)>
<input type=button value=刷新 onclick=history.go(-0)>
<input type=button value=前进 onclick=history.go(+1)>

抱歉!评论已关闭.