thewall.common.php

来自「php平台上的一个开源ajax框架........比较新」· PHP 代码 · 共 12 行

PHP
12
字号
<?php// thewall.php, thewall.common.php, thewall.server.php// demonstrate a demonstrates a xajax implementation of a graffiti wall// using xajax version 0.2// http://xajaxproject.orgrequire_once ("../../xajax_core/xajax.inc.php");$xajax = new xajax("thewall.server.php");$xajax->registerFunction("scribble");$xajax->registerFunction("updateWall");?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?