<input enterkeyhint="enter">
<input enterkeyhint="done">
<input enterkeyhint="go">
<input enterkeyhint="next">
<input enterkeyhint="previous">
<input enterkeyhint="search">
<input enterkeyhint="send">
关键字值 | 描述 |
---|---|
| ‘enter’表示回车,多出现在 |
| ‘done’表示完成,表示没有更多内容输入,输入结束。 |
| ‘go’表示前往,,意思是把用户带到他们输入的文本的目标处。/td> |
| ‘next’表示下一项,通常会移动到下一个输入项那里。 |
| ‘previous’表示上一个,通常会移动到上一个输入项那里。 |
| ‘search’表示搜索,通常用在搜索行为中。 |
| ‘send’表示发,通常用在文本信息的发送上。 |
11 天前