例如HTML语言为:
<form method=post action="http://pay.beijing.com.cn/prs/user_payment.checkit">
 <input type=hidden name=v_mid value="888">               
 <input type=hidden name=v_oid value="19990720-888-000001234">          
 <input type=hidden name=v_rcvname value="张三"> 
 <input type=hidden name=v_rcvaddr value="北京海淀">
 <input type=hidden name=v_rcvtel value="68475566">      
 <input type=hidden name=v_rcvpost value="100036">  
 <input type=hidden name=v_amount value="13.45">         
 <input type=hidden name=v_ymd value="19990720">  
 <input type=hidden name=v_orderstatus value="0">        
 <input type=hidden name=v_ordername value="李四">       
 <input type=hidden name=v_moneytype value="0">         
 <input type=hidden name=v_url value="http://domain/program">
 <input type=hidden name=v_md5info value="1630dc083d70a1e8af60f49c143a7b95">
 <input type=submit name=v_action value="首信易支付">
 </form>
在VC中跟踪对应发送出去的http请求为:
v_mid=888&v_oid=19990720-888-000001234&v_rcvname=%E5%BC%A0%E4%B8%89&v_rcvaddr=%E5%8C%97%E4%BA%AC%E6%B5%B7%E6%B7%80&v_rcvtel=68475566&v_rcvpost=100036&v_amount=13.45&v_ymd=19990720&v_orderstatus=0&v_ordername=%E6%9D%8E%E5%9B%9B&v_moneytype=0&v_url=http%3A%2F%2Fdomain%2Fprogram&v_md5info=1630dc083d70a1e8af60f49c143a7b95&v_action=%E9%A6%96%E4%BF%A1%E6%98%93%E6%94%AF%E4%BB%98
这里面的汉字怎么都搞不清格式啊,有高手指点一下吗?