$ordersql = '';        if($orderby=="senddate" || $orderby=="id") {            $ordersql=" ORDER BY arc.id $orderWay";        }        else if($orderby=="hot" || $orderby=="click") {            $ordersql = " ORDER BY arc.click $orderWay";        }        else if($orderby=="lastpost") {            $ordersql = " ORDER BY arc.lastpost $orderWay";        }       else if($orderby=="weight") {            $ordersql = " ORDER BY arc.weight $orderWay";        }        else {            $ordersql=" ORDER BY arc.sortrank $orderWay";        }		3、再在第778行處找到此段代碼 新聞熱點(diǎn)
疑難解答
圖片精選