商業授權查詢這段代碼,直接引入一個ifram框架,重點看一下index_body.php?dopost=showauth這個代碼,現在我們返回index_body.php文件,在文件最后找到一個判斷,else if ($dopost=='showauth')這個判斷就是當dopost=showauth時,調用模板文件templets/index_body_showauth.htm。這個index_body.php?dopost=showauth代碼里面的問號“?”的意思就是在index_body.php里面,調用當dopost=showauth時的內容。
另一個函數ListAll(),這個是一個javalscript函數,這個函數在js/indexbody.js文件里面,js代碼如下: function ListAll(){ $DE('editTab').style.display = 'block'; var myajax = new DedeAjax($DE('editTabBody')); myajax.SendGet('index_body.php?dopost=editshow'); }