IFormCollectionContainsKey 方法
            判断集合中是否包含指定的键
            
命名空间: TouchSocket.Http程序集: TouchSocket.Http (在 TouchSocket.Http.dll 中) 版本:4.0.0-beta.143+5fcca7a4e70968794985dc3793adc50531308be6
bool ContainsKey(
	string key
)
Function ContainsKey ( 
	key As String
) As Boolean
abstract ContainsKey : 
        key : string -> bool 
- key  String
 - 要检查的键
 
Boolean如果集合包含指定的键,则返回
;否则返回