input标签使用readonly属性之后,在ios设备上会有光标 解决方法: <input readonly="true" unselectable="on" onfocus="this.blur()"/>