PHP7中文手册2018 带注释 最新chm版
解决办法
目录dede/templets/的index_body.htm文件中的第25行至第35行部分屏蔽
- <script type="text/javascript">
- function showMore()
- {
- $("#allInfo").toggle();
- $("#allInfoTD").toggle();
- }
- $(function()
- {
- $.get("index_testenv.php",function(data)
- {
- if(data !== '')
- {
- $("#__testEvn").html(data);
- }
- })
- })
- </script>
转载请注明:谷谷点程序 » dede后台(反应慢)菜单点击就卡,解决办法