Dim wb As New weui
Dim e As RequestEventArgs
Dim Names As String() = {"测试1","测试2","测试3","测试4","测试5"}
For Each Name As String In Names
Dim k As String = PY.GetPY(name, True, 3)
wb.AppendCookie(k,Nothing)
If e.Cookies.ContainsKey(k)
MessageBox.Show(Name & ": Y")
Else
MessageBox.Show(Name & ": N")
End If
Next
为何全部都提示 “N” ?添加不了 Cookies