💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
> setFormMethod('方式') ## 默认方式 表单默认提交为post提交(pjax) ## 指定方法 ``` // 通过get方式提交表单 return FormBuilder::getInstance() ->setFormMethod('get') ->fetch(); ```