这个是在司徒正美的博客中看到的,
<!doctype html> <html> <head></head> <body> <input type="checkbox"> <script> var myInput = document.querySelector("input"); myInput.indetermanate = true; </script> </body> </html>
这个是在司徒正美的博客中看到的,
<!doctype html> <html> <head></head> <body> <input type="checkbox"> <script> var myInput = document.querySelector("input"); myInput.indetermanate = true; </script> </body> </html>
转载于:https://www.cnblogs.com/qianduanlover/p/3984222.html