为什么会采用这种方式代替具体对象类型:
public HttpEntity(T body) {
    this(body, null);
}
“T”代表什么意思?