0

Possible Duplicate:
How do you disable browser Autocomplete on web form field / input tag?

I entered a value in input text for example: email@email.com, after when I entering another value same area, seems the previously entered data (email@email.com).But I don't want to appear it. How can I do this?

4

1 回答 1

0

你可以使用“占位符”

<input type="text" placeholder="email@email.com">
于 2012-11-28T14:33:26.273 回答