T - this类型,用于链式调用public abstract class FormBody<T extends FormBody<T>> extends Object implements HttpBody
| 限定符和类型 | 方法和说明 |
|---|---|
T |
form(Map<String,Object> formMap)
设置map类型表单数据
|
T |
form(String name,
Object value)
设置表单数据
如果传入值为 null,则移除这个表单项 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContentType, getContentType, getStream, write, writeCloseCopyright © 2023. All rights reserved.