输入与自动完成功能完美配合。但不是textarea
<form action="/action_page.php" autocomplete="on">
Input with autocompelte<input type="text" name="inputName"><br>
Textarea with autocomplete<textarea name="textAreaName"></textarea>
<input type="submit">
</form>
填写并提交表单,然后重新加载页面以查看自动填充的工作原理。
我尝试使用https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_input_autocomplete中的示例,但使用textarea