rpc.php

来自「dojo-0.4.0-ajax.zip ajax一个应用。在页面上可以直接用标签」· PHP 代码 · 共 37 行

PHP
37
字号
<?php// Request encoding/decoding skipped to make things simple// user should see progress indicatorsleep(3);extract($_REQUEST);if ($action == 'getChildren') {?>([{title:"load1",isFolder:true,objectId:"myobj"},{title:"load2",isFolder:true,objectId:"myobj"},{title:"singleChild",children:[ {title:"leaf"}  ]}])<?	return;}if ($action == 'createChild') {?>dojo.debug("server gave new title");({title:"action successful: createChild",objectId:666})<?	return;}if ($action == 'editLabelSave') {?>dojo.debug("server gave new title");({title:"action successful: editLabelSave"})<?return;}?>({})

⌨️ 快捷键说明

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