<script 언어="JavaScript">
함수 확장(el) {
childobj = document.getElementById("child" + el);
if (childobj.style.display == 'none'){
childobj.style.display = 'block';
}else {
childobj.style.display ='none';
}
return;
}
</script>
< div>
<foreach name="auth_infoA" item="v">
<table>
<tr>
<td>
<a onclick="expand('{$ v.auth_id}')" href="javascript:void(0);">{$v.auth_name}</a>
</td>
</tr>
</ table>
<table id="child{$v.auth_id}" style="display: none">
<foreach name="auth_infoB" item="vv">
<if 조건 =" $vv.auth_pid heq $v.auth_id ">
<tr>
<td>
<a href=" " target="right"> {$vv.auth_name}< /a>
</td>
</tr>
</if>
</foreach>
</table>
</foreach>
</ div>
사용 가능한 是tp3.2.3来做的,这是前端代码,我想跳转到right,但是我不知道那个路劲怎么去写他(<a href=" " target="right" >{$vv.auth_name}</a>) ,大神们可以模拟一个给我么,刚刚school,还是多多不懂,可以的话,麻烦你们帮帮忙。谢谢了
문제의 사진입니다
왼쪽 메뉴에서 역할 관리를 클릭하면 오른쪽으로 이동합니다. 구체적인 링크를 어떻게 넣는지 모르겠습니다
.< ;a href=" " " target="right">{$vv.auth_name}</a>
<a href="{:U('Index/index')}" target="right">{$vv.auth_name}</a>
이것이 당신이 원하는 것인가요? 인덱스는 파일명(클래스명), 인덱스는 메소드명