我想創建一個組合遊戲,使用複選框簽入一些元素
我需要在使用者選取複選框並與正確的數組進行比較時創建一個數組
我不知道是誰幹的
這是我的輸入
<section class="draggable-items"> <div class="check-tool"> <input type="checkbox" class="checkbox-tool" name="tool" id="SBD710" value="SBD710"> <img class="draggable correct" draggable="true" src="img-game/WOOD/SBD710.png"> </div> <div class="check-tool"> <input type="checkbox" class="checkbox-tool" name="tool" id="SCS220" value="SCS220"> <img class="draggable correct" draggable="true" src="img-game/WOOD/SCS220.png"> </div> <div class="check-tool"> <input type="checkbox" class="checkbox-tool" name="tool" id="SB201" value="SB201"> <img class="draggable correct" draggable="true" src="img-game/WOOD/SB201.png"> </div> <div class="check-tool"> <input type="checkbox" class="checkbox-tool" name="tool" id="SB204" value="SB204"> <img class="draggable correct" draggable="true" src="img-game/WOOD/SB204.png"> </div> <div class="check-tool"> <input type="checkbox" class="checkbox-tool" name="tool" id=SBG700" value="SBG700"> <img class="draggable correct" draggable="true" src="img-game/WOOD/SBG700.png"> </div> </section> <button id="check" class="btn">Construye</button>
如果有人可以解釋如何使用 Push 方法創建該數組以及誰製作了該數組 與正確的組合數組比較
這是您的解決方案的演示