<script> function countRabbits() { for(let i=1; i<=3; i++) { alert("Кролик номер " + i); } } </script> <input type="button" onclick=" ...
確定! 回上一頁