javascript.点击下拉选项,可以选择到input里面。该怎么修改?在线等答案

2025-01-01 12:44:37
推荐回答(1个)
回答1:

直接改为$("sel").change=function add(){
$("hello").value=$("sel").value;
}