Skip to content

lib.webconnection.Parameters

LoLo edited this page Oct 15, 2015 · 3 revisions

public class

Parameters

com.pkuhelper.lib.webconnection.Parameters

Class Overview

一个包含了name-value值对的简单元组。

Fields

public String name

名称。


public String value

值。

Public Constructors

public Parameters(String name, String value)

构造一个name-value值对。

  • Parameters
    • name - 名称。
    • value - 值。

com.pkuhelper

Clone this wiki locally