Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当您单击它时,如何使用该按钮使文本出现?我已经尝试了一些东西,但它仍然不起作用,我达到的最接近的目标是,当你点击一个按钮时,它会破坏页面删除文本等。
$("#idOfButton").on('click', function() { document.getElementById("idOfTextContainer").innerHTML = "text you want to appear"; }