💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
## PHP内置WebServer **启动服务器代码:** ~~~ $ php -S localhost:8000 -t foo/ ~~~ > 参数1:localhost:8000为监听端口, 可以通过这个URL访问 参数2:可省略,默认为当前目录,-t foo/ 表示Documentroot=foo/ * * * * * **关闭服务器** Ctrl+C 关闭服务器