回車等于tab

字號(hào):


    回車等于按tab,回車轉(zhuǎn)換焦點(diǎn)
    <input onkeydown="if(event.keyCode==13)event.keyCode=9" type="text">