用button标签实现打开新页面失败
<button id="search">搜索</button><script>
document.getElementById("search").onclick=function(){
window.open="D:\web class\web homework\code\blog2.html";
}</script>
上述代码是写在blog里面的我想打开新页面blog2,却一直都是跳blog {:10_256:} {:10_254:} 路径用 ./blog2.html
吧 {:10_256:} {:10_254:} {:10_254:} 。。 {:10_279:} 抱歉这个我还不会{:5_96:} {:10_254:} 加油
<button id="search">搜索</button>
<script>
document.getElementById("search").onclick=function(){
window.location.href="D:\web class\web homework\code\blog2.html";
}</script>
试试这样行不行 {:10_261:} 路径写的不对,用当前项目文件夹的路径 tianlai7266 发表于 2022-1-6 13:36
还可以刷鱼币 window.open="./blog2.html";
页:
[1]