作者 潘浩文
1 个管道 的构建 通过 耗费 1 秒

XIAOPAN

@@ -572,7 +572,7 @@ @@ -572,7 +572,7 @@
572 html+='<option value='+data[i]['note']+'>'+data[i]['note']+'</option>'; 572 html+='<option value='+data[i]['note']+'>'+data[i]['note']+'</option>';
573 } 573 }
574 console.log(html); 574 console.log(html);
575 - $("#note").append(html); 575 + $("#note").html(html);
576 } 576 }
577 }) 577 })
578 }) 578 })