uni-app input 实时监听input 值

浏览582
<input type="value" placeholder="请输入" @input="onInput" />*

onInput(e){
console.log(e.detail)
}

  • 暂无任何回答