欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

php中如何实现回删功能_PHP教程

程序员文章站 2022-05-22 11:36:15
...
php中怎么实现回删功能

function del(){
var input=document.getElementsByName('inp')[0].value;
alert(input.constructor);
}







1 2 3 确认
4 5 6 删除
7 8 9 重置

如何在点击删除按钮的时候能够让input框里的数字一个一个回删,也就是点击一下删除,删除一个数字?

www.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...