我写了好几个JS 都需要调用 但是不清楚如何用onSubmit写!
好几个js方法?
function f1(){}function f2(){}function sbmt(){f1();f2();}
onsubmit="sbmt()"