top.php
来自「泛微协同办公系统标准版E-office V5.5的源代码内含泛微办公系统V5.5」· PHP 代码 · 共 7 行
PHP
7 行
<?php
header( "Expires: Mon, 26 Jul 1997 05:00:00 GMT" );
header( "Cache-Control: no-cache, must-revalidate" );
header( "Pragma: no-cache" );
include_once( "inc/auth.php" );
echo "<html>\r\n<head>\r\n<title>选择人员</title>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n<link href=\"/images/module/user/main.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n\r\n\r\n</head>\r\n\r\n<body>\r\n<div id=\"con\">\r\n <ul id=\"tags\">\r\n \t<li class=\"emptyTag\"></li>\r\n <li class=\"selectedTag\"><a href=\"javascript:void(0)\" onfocus=\"this.blur()\" onclick=\"switchTag('tagContent1',this)\" class=\"tagLink\">
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?