切换布局
显示结果
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>迹忆客(jiyik.com)</title> <script src="https://www.jiyik.com//templets/jiyi/v2/js/jquery-2.2.4.min.js"> </script> <script> $(document).ready(function(){ $(":image").css("background-color","red"); }); </script> </head> <body> <form action=""> 用户名: <input type="text" name="user"><br> 密码: <input type="password" name="password"><br> 兼容性: <input type="image" src="https://jiyik.com//uploads/210814/I_202108142107388ac32e.gif" width="31" height="30"> </form> </body> </html>