var text=$('#ear .txt').val()+'、'; //原有的内容$('#ear .txt').val(text+$('#search').val()); // 原有的内容加上新加的内容