?? xmlhttprequest.class.inc.php
字號:
<?php
/**
* GentleSource List Script - list.class.inc.php
*
* (C) Ralf Stadtaus http://www.gentlesource.com/
*/
/**
*
*/
class t12l_xmlhttprequest
{
/**
* Server
*/
function server()
{
global $t12l;
include 'HTML/AJAX/Server.php';
$server = new HTML_AJAX_Server();
$server->setClientJsLocation(T12L_ROOT . $t12l['xmlhttprequest_library_path']);
$server->handleRequest();
}
} // End of class
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -