解决uniapp微信小程序,input框设置了maxlength时,ios在输入时拼音达到了最大长度导致无法继续输入问题 //1 将maxlength属性删除 <input type="text" v-model="name"/> //2 手写监听并用slice方法截取想要长度的字符串重新给变量赋值 import { ref, watch } from 'vue'; const