标签: javascript
$(document).find("input#basicSalary").val(val1); $(document).find("input#fixedAmount").val(val2);
上面的代码对我不起作用。我正在尝试将值设置为动态创建的输入字段