-
Notifications
You must be signed in to change notification settings - Fork 8
lib.webconnection.Parameters
LoLo edited this page Oct 15, 2015
·
3 revisions
public class
com.pkuhelper.lib.webconnection.Parameters
一个包含了name-value值对的简单元组。
public String name
名称。
public String value
值。
public Parameters(String name, String value)
构造一个name-value值对。
-
Parameters
- name - 名称。
- value - 值。