📄 thewall.common.php
字号:
<?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.inc.php");$xajax = new xajax("thewall.server.php");$xajax->registerFunction("scribble");$xajax->registerFunction("updateWall");?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -