//html <input type="text" oninput="inputchange()"> //js //监听输入框的值 function inputchange(){ //输入框的值发生变化时执行的代码 };