form_live爲formID
<input type="button" value="重置" onclick="$('#form_live')[0].reset();" >
form_live爲form name
<input type="button" value="重置" onclick="form_live.reset();" >