WebBrowser1.Navigate  函数的参数的相关意义是?
参数中有一个 post 和 head 参数?能解释一下具体意义吗?

解决方案 »

  1.   

    msdn 上面的解释好像觉得没用啊。、、没看明白·
      

  2.   

    POST(附加一个命名的资源) 
    HEAD(读取一万维网页的头部) 
      

  3.   

    那是否说我可以利用这个 POST 参数传递数据到处理页面呢?假设我当前打开的是一篇 word  文档,是否可以将此文档的内容传递到处理页面了、、还有这个参数的写法是???
    望指教
      

  4.   

    PostData:
    Data to send to the server if the HTTP POST transaction is being used
    Headers:
    Value that specifies the additional HTTP headers to send to the server (HTTP URLs only). The headers can specify such things as the action required of the server, the type of data being passed to the server, or a status code.