std-login.aiml
来自「flashget43的源代码 一个比较常用的下载程序」· AIML 代码 · 共 38 行
AIML
38 行
<?xml version="1.0" encoding="ISO-8859-1"?><aiml version="1.0"><!-- Free software (c) 2001 ALICE AI Foundation --><!-- This program is open source code released under --><!-- the terms of the GNU General Public License --><!-- as published by the Free Software Foundation. --><meta name="author" content="Jon Baer"/><meta name="language" content="en"/><category><pattern>LOGIN</pattern><template>What is your user name?</template></category><category><pattern>*</pattern><that>WHAT IS YOUR USER NAME</that><template><think><set name="username"><star/></set></think> What is your password?</template></category><category><pattern>*</pattern><that>WHAT IS YOUR PASSWORD</that><template>Thank you.</template></category></aiml>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?