增加保存body功能

This commit is contained in:
xx
2024-07-20 09:24:43 +08:00
parent f5f939ec9c
commit ff6ae6bb75
3 changed files with 13 additions and 1 deletions

View File

@@ -16,8 +16,10 @@ If you have any questions, please contact us: 1585346868@qq.com Or visit our web
*/
#include <iostream>
#include "fastweb.h"
#include "util/window.h"
int main(int argv,char* argc[])
{
std::vector<std::string> param;
for(size_t i=1;i<argv;i++)
param.push_back(argc[i]);