手机IOS系统,textarea无法输入内容 喵肉肉 2020-12-21 530 阅读1分钟 问题描述 在手机ios系统中,textarea无法输入内容 解决方法 添加 style="-webkit-user-select:auto;" contenteditable="true" type="text" 属性 <textarea style="-webkit-user-select:auto;" contenteditable="true" type="text" placeholder="请输入..."></textarea>