移动端input只读属性在iOS上的兼容问题

当使用输入框只需只读属性,安卓上直接<input class="matchSelect" type="text" name="matchSelect" id="matchSelect" value="" placeholder="请选择赛事"  readonly/>,但在iOS系统上会出现问题,兼容解决方法:this <input class="matchSelect" type="text" n
相关文章
相关标签/搜索