Home >Backend Development >PHP Tutorial >在tinkphp中volist双层循环,第一层的<{key}>,增么放到第二次也能用呢?

在tinkphp中volist双层循环,第一层的<{key}>,增么放到第二次也能用呢?

WBOY
WBOYOriginal
2016-06-23 13:41:301505browse

<volist name="auth" id="vo">     模块:<input type="checkbox" name=<{$key}> id=<{$key}> onclick="doCheck(this.checked,<{$key}>)"  ><{$key}><br/>     <volist name="vo" id="v">         <input type="checkbox"  onclick="toChkSon(this.checked,<{$key}>)" id=<{$key}>.<{$key}> name=<{$key}>  value=<{$v.marks}>  <{$v.checked}> ><{$v.name}><br/>    </volist>               </volist>

第一层的volist  的      =net 
第二层volist的    =addUser

单是我现在要的是第二层我写的=net 不然这个volist从后端遍历过来之后我那些onclick 函数不会执行了,反正第二层里面的 =net 都可以了?


回复讨论(解决方案)

在控制器里面控制下。


     模块: id= onclick="doCheck(this.checked,)"  >

     
         )" id=. name=  value=   >

    

               
 

key(可选):循环的key变量,默认值为i

http://doc.thinkphp.cn/manual/volist.html


     模块: id= onclick="doCheck(this.checked,)"  >

     
         )" id=. name=  value=   >

    

               
 

控制器中设置,分配两个变量过去,就可以嵌套遍历啦

二楼三楼说的对

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