摘要:
第一种方法:基于HTML5 input标签的新特性 - placeholder 。另外,x-webkit-speech 属性可以实现语音输入功能。1 <div><input type="email" name="email" spellcheck="false" placeholder="邮 箱" autofocus tabindex="1" x-webkit-speech></div>2 <div><input type="pas 阅读全文
posted @ 2013-03-15 14:22
Jarno
阅读(511)
评论(2)
推荐(0)