热门 javascript:history
javascript的history对象中历史序列长度history.length属性获得,go(-1)相当于back(),go(1)相当于forward()。go(n)前进n页,go(-n)后退n页。<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>javascript:history</title> <script type="text/javascript">...
javascript的history对象中历史序列长度history.length属性获得,go(-1)相当于back(),go(1)相当于forward()。go(n)前进n页,go(-n)后退n页。<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>javascript:history</title> <script type="text/javascript">...