XMLObj.Open "Post","http://www.ip138.com:8080/search.asp", False XMLObj.setRequestHeader "Content-Type", "application/x-www-form-urlencoded" XMLObj.Send "action=mobile&mobile=" & Mobile If XMLObj.readyState = 4 Then tmpStr = bytes2BSTR(XMLObj.responseBody) ...
www.dbjr.com.cn/article/111...htm 2025-5-21