http://www.pw.utc.com/,这个网站就加密了的搜索过程

解决方案 »

  1.   

    不太明白你的意思,也没学过JAVA,不过PHP中用curl可以post数据到别的网站
      

  2.   

    javascript权威指南和高级程序设计
      

  3.   

    客户端的提交方法分两种:get与post提交
    get可传递的信息只有2kb左右,而且是明码传送信息,所有的信息均可在地址栏中看见。
    post可传递大量信息,加密传送,所有的信息均可在地址栏中是不可见的。
    post提交
    所有的post提交只能在form中产生,提交方式又分两种:直接提交(submit提交)、间接提交(脚本提交)
    我的目的就是想办法在把post提交过程中产生的所有信息都得到,从而构造url,实现get方式的提交。
      

  4.   

    BAIDU没加密啊~~BAIDU就是提供GET来提交的~~只不过把关键词转成了16进制的ASCII而已~~在程序上我知道用VB很好实现的...如果是WEB程序的话...我知道ASP和ASP.NET的SERVER对象都提供了URLENCODE方法来转换字符串PHP好像也有类似的方法...大概几乎所有的WEB动态实现方法都有类似的方法吧?
      

  5.   

    js操作字符编码好像没看到有什么好办法。
    网上都是用vbs做的。
      

  6.   

    在form提交的时候,根据你自己的需求更改action.
      

  7.   

    http://www.pw.utc.com/并不是加密,而是POST数据而已
    <input type="hidden" name="page" value=1>
    <input type="hidden" name="result_size" value=0>
    <input type="hidden" name="begin" value=-1>
    <input type="hidden" name="end" value=-1>
    <input type="hidden" name="num_of_pages" value=1>

    <input type="hidden" name="keyword" value="as">

    <input type="hidden" name="first_load" value="false">