标签: html
我想在div标签中添加一个target属性(参见下面的代码),以便页面“index.html”在同一页面中打开,即target_self
谢谢, Ĵ
答案 0 :(得分:1)
以下是我尝试将目标属性添加到
<div id="home" style="cursor:pointer;"href="javascript:void(0)" onclick="window.open('index.html')"></div>