left.php
来自「极限网络智能办公系统 - Office Automation 2.8 100% 」· PHP 代码 · 共 8 行
PHP
8 行
<?php
include_once( "inc/auth.php" );
echo "\r\n<html>\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n<title></title>\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/inc/xtree.css\">\r\n</head>\r\n<body topmargin=\"3\" leftmargin=\"5\" rightMargin=\"0\" bgcolor=\"#D9E8FF\" marginwidth=\"0\" marginheight=\"0\">\r\n <div id=\"xtree\" class=\"xtree\" XmlSrc=\"tree.php?SORT_ID=";
echo $SORT_ID;
echo "\">\r\n </div>\r\n</body>\r\n</html>";
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?