<div style="padding:20px;"> <h2>开关</h2> <p>可以在 div 中添加 class="switch" 类,并添加 input checkbox 和 label 元素来创建开关:</p> <form> <div class="switch"> <input id="mySwitch" type="checkbox"> <label for="mySwitch"></label> </div> </form> </div>