/*Promise打一个白条,将来承若 */function http<T>(v:T):Promise<T>{ return Promise.resolve(v);}http<String>("hello")