用jquery:funtion showtag(this){$("#tag_name1").val(this.value);}不用jquery:funtion showtag(this){document.getElementbyid("tag_name1").value=this.value;}