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

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

WBOY
Release: 2016-06-13 12:13:47
Original
857 people have browsed it

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

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

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

单是我现在要的是第二层我写的=net 不然这个volist从后端遍历过来之后我那些onclick 函数不会执行了,反正第二层里面的 =net 都可以了?
------解决思路----------------------
在控制器里面控制下。
------解决思路----------------------
key="k">
     模块: id= onclick="doCheck(this.checked,)"  >

     key="key">
         )" id=. name=  value=   >

    

               
 

------解决思路----------------------
key(可选):循环的key变量,默认值为i

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

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

     key="key">
         )" id=. name=  value=   >

    

               
 

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template