Example 1: html button that hide and show. <button onclick="toggleText()">button</button> <p id="Myid">Text</p> <script> function toggleText(){ var x ...
確定! 回上一頁