企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
~~~ <!DOCTYPE html> <html lang="en" > <head > <meta charset="UTF-8" > <title >写言板</title > <link rel="stylesheet" href="../static/css/global.css" > <link rel="stylesheet" href="../static/css/zone.css" > </head > <body > <div class="con-wrap white container wrapper" > <form action="/createform" method="post" > <div class="editor-wrap" > <input class="title" name="title" type="text" placeholder="标题" > <textarea class="editor" name="content" placeholder="内容" ></textarea > <div class="btn-wrap" > <input type="submit" class="confirm" value="发表" > <input type="button" class="cancel" value="取消" onclick="location='/index'" > </div > </div > </form > </div > </body > </html > ~~~