function expand(el) { childobj = document.getElementById("child" + el); if (">
function expand(el) {
childobj = document.getElementById("child" el);
if (childobj.style.display == 'none'){
childobj.style.display = 'block';
}else {
childobj.style.display ='none';
}
return;
}
用的是tp3.2.3来做的,这是前端代码,我想跳转到right,但是我不知道那个路劲怎么去写他({$vv.auth_name}),大神们可以模拟一个给我么,刚刚学,还是有太多的不懂,可以的话,麻烦你们帮帮忙。谢谢了
This is the picture of the problem
Click the role management on the left menu to jump to the right display. I don’t know the specific link. How to put it, please give me some advice
{$vv.auth_name}
This is what you want ? Index is the file name (class name), index is the method name