摘要:
<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> </head> <body> <script> console.log('浏览器内部名称:' + navigator.appCodeName); console 阅读全文
摘要:
<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title>历史记录跳转</title> </head> <body> <input type="button" value="前进" onclick="goForward()"> <inp 阅读全文
摘要:
<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title>更改URL</title> </head> <body> <input type="button" value="载入新文档" onclick="newPage()"> <inp 阅读全文