Function get

  • 发起一次http get请求

    Deprecated

    use fetch() api instead.

    Returns

    响应对象

    Parameters

    • url: string

    Returns Promise<HttpResponse>