VBA代码如下
Debug.Print appstr
** URL = "http://localhost:21270/WebSite9/Default.aspx?_p_=" & appstr**
HttpReq.Open "get", URL, False
HttpReq.setRequestHeader "User-Agent", "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)"
HttpReq.send
请问在c# webservice如何接收p啊?