<input type="button" value="" style="width:20px;height:20px;" id="<?php echo $rows."_".$cols;?>" onclick = "chuli('<?php echo $rows."_".$cols; ?>')"><script type="text/javascript"></script><script> function chuli(XB){ XB.value ="1"; }</script>
function chuli(XB){ document.getElementById(XB).value ="1";}
谢谢
再问一下 如果 我要把 这个1 返回到 上面那个数组中 该怎么办呢?