请老师过目
来源:2-8 编程练习
慕仔6325034
2019-10-28 10:17:12
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style>
/*在此处填写代码*/
input:-webkit-autofill{
-webkit-box-shadow:0 0 0 1000px #657985 inset;
}
</style>
</head>
<body>
<!--在此处填写代码-->
<form action="" method="POST" autocomplete="off">
<input type="text" placeholder="请输入" name="a">
<input type="password" name="b" >
<input type="submit" name="c">
</form>
</body>
</html>
1回答
好帮手慕夭夭
2019-10-28
你好同学,代码实现可以哦,继续加油,祝学习愉快!