php中怎么实现回删功能 function del(){ var input=document.getElementsByName('inp')[0].value; alert(input.constructor); } 1 2 3 确认 4 5 6 删除 7 8 9 重置 如何在点击删除按钮的时候能够让input框里的数字一个一个回删,也就是点击一下删除,删除一个数字? http://www.bkjia.com/PHPjc/820414.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/820414.htmlTechArticlephp中怎么实现回删功能 functiondel(){ varinput=document.getElementsByName('inp')[0].value; alert(input.constructor); } /script table trtdonclick=inpu(1)1/tdtdonclick=inpu(2...