Home  >  Article  >  Backend Development  >  问下解决思路

问下解决思路

WBOY
WBOYOriginal
2016-06-13 12:36:42822browse

问下
while(($row=mysql_fetch_assoc($result))==true){
  echo"

";
      echo"        ";         
       echo" ";
       $i++;
       $zj+=$row['jg']*$row['sl'];



我这边是循环出来的checkbox的值  我想用js拿到全部的 checkbox  的true和false 怎么写呢     $a是拼的 为了认出哪个是哪个
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn