除 Chrome 以外的所有浏览器都会自动执行此操作。
我猜我必须专门针对 Chrome 。
有什么办法吗?
如果不使用 CSS ,那么使用 jQuery ?
<input type="text" placeholder="enter your text" onfocus="this.placeholder = ''" onblur="this.placeholder = 'enter your text'" />