摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> </head> <body> <script> console.log('浏览器内部名称:' + navigator.appCodeName); console 阅读全文
posted @ 2020-04-25 09:51 妹妹早上好 阅读(132) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title>历史记录跳转</title> </head> <body> <input type="button" value="前进" onclick="goForward()"> <inp 阅读全文
posted @ 2020-04-25 09:45 妹妹早上好 阅读(141) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title>更改URL</title> </head> <body> <input type="button" value="载入新文档" onclick="newPage()"> <inp 阅读全文
posted @ 2020-04-25 09:37 妹妹早上好 阅读(207) 评论(0) 推荐(0) 编辑