av手机免费在线观看,国产女人在线视频,国产xxxx免费,捆绑调教一二三区,97影院最新理论片,色之久久综合,国产精品日韩欧美一区二区三区

php語(yǔ)言

php中實(shí)現(xiàn)回刪功能實(shí)例

時(shí)間:2025-01-26 22:00:20 php語(yǔ)言 我要投稿
  • 相關(guān)推薦

php中實(shí)現(xiàn)回刪功能實(shí)例

  導(dǎo)語(yǔ):如何在點(diǎn)擊刪除按鈕的時(shí)候能夠讓input框里的數(shù)字一個(gè)一個(gè)回刪,也就是點(diǎn)擊一下刪除,刪除一個(gè)數(shù)字?下面的是YJBYS小編為大家搜集的php中實(shí)現(xiàn)回刪功能實(shí)例,希望對(duì)你有所幫助。

  function del(){

  var input=document.getElementsByName('inp')[0].value;

  alert(input.constructor);

  }

  </script>

  <table>

  <tr><td onclick="inpu(1)">1</td><td onclick="inpu(2)">2</td><td onclick="inpu(3)">3</td><td onclick="ente()">確認(rèn)</td></tr>

  <tr><td onclick="inpu(4)">4</td><td onclick="inpu(5)">5</td><td onclick="inpu(6)">6</td><td onclick="del()">刪除</td></tr>

  <tr><td onclick="inpu(7)">7</td><td onclick="inpu(8)">8</td><td onclick="inpu(9)">9</td><td>重置</td></tr>

  </table>

【php中實(shí)現(xiàn)回刪功能實(shí)例】相關(guān)文章:

php中怎么實(shí)現(xiàn)回刪功能08-31

php+mysql結(jié)合Ajax實(shí)現(xiàn)點(diǎn)贊功能完整實(shí)例07-20

php實(shí)現(xiàn)偽靜態(tài)的方法實(shí)例09-25

php實(shí)現(xiàn)圖片縮放功能類08-17

PHP實(shí)現(xiàn)RSA加密類的實(shí)例解析08-23

PHP5中實(shí)現(xiàn)多態(tài)的兩種方法實(shí)例07-29

php中fsockopen用法實(shí)例06-20

php實(shí)現(xiàn)用戶登陸簡(jiǎn)單實(shí)例09-26

php+mysql實(shí)現(xiàn)無(wú)限分類實(shí)例詳解07-23