조언 좀 부탁드립니다: 라우팅 주소
作者
作者 2019-04-15 15:33:16
0
5
1137

<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,还是多多不懂,可以的话,麻烦你们帮帮忙。谢谢了

作者
作者

모든 응답(2)
作者

$ZCHIO]ZOL~P@4BN~`YD)}9.png

문제의 사진입니다

왼쪽 메뉴에서 역할 관리를 클릭하면 오른쪽으로 이동합니다. 구체적인 링크를 어떻게 넣는지 모르겠습니다

.

&lt ;a href=" " " target="right">{$vv.auth_name}</a>

                                                                          

欧阳克

<a href="{:U('Index/index')}" target="right">{$vv.auth_name}</a>

이것이 당신이 원하는 것인가요? 인덱스는 파일명(클래스명), 인덱스는 메소드명

  • 회신하다 아마도 그렇지 않을 것입니다. 이는 인덱스 방법이 직접 할당되고 모든 루프 드롭다운 옵션이 인덱스에 연결된다는 의미입니다. 사진을 업로드했습니다. 2층에 있습니다.
    作者 작가 2019-04-16 15:31:18
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿