webserver.aiml

来自「J-Alice是一个用C++实现的Ailcebot的克隆。它可以做为一个mini」· AIML 代码 · 共 20 行

AIML
20
字号
<aiml>

<!-- Starts up the web server on the specified port -->

<!-- On local machine, URL is http://127.0.0.1:<port> -->
<!-- In example below, this would be http://127.0.0.1:9000 -->

<category>
<pattern>RUN WEB SERVER</pattern>
<template>
<secure error="You must be an authorised user">
<http>
<name>simple webserver</name><!-- Does nothing yet, but must be present -->
<port>9000</port>
</http>
</secure>
</template>
</category>

</aiml>

⌨️ 快捷键说明

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