连接
[最新 作者 的回答]
function expand(el) {
childobj = document.getElementById("child" + el);
if (childobj.style.display == 'none'){
childobj.style.display = 'block';
}else {
childobj.style.display ='none';
}
return;
}
{$v.auth_name}
{$vv.auth_name}
用的是tp3.2.3来做的,这是前端代码,我想跳转到right,但是我不知道那个路劲怎么去写他,你可以模拟一个给我么,刚刚学,还是有太多的不懂,可以的话,麻烦你帮帮忙。谢谢了
时间:6年前