(main.html)
<div>
Any Text Here
</div>
(page2.html)
<button class="home" onclick="change()">Home</button>
(page2.js)
function change()
{
//From here, how can I change div content on main.html
}
我希望当我单击此按钮时,应该更改 main.html 上的内容。我也尝试过使用 localStorage 但对我没有用...请回答这个问题帮助我!!
幕布斯6054654
慕姐8265434
相关分类