IE 求助在地址栏中打入地址的时候,
经常会在开头的地方自动输入 http:///?%20.........
有谁知道是什么原因吗? 如何解决? 多谢。。
Extra space in front of your actual URL
IE automatically adds the http:// header to your URL if there is already one. So when the URL you type in is something like " abcd.com" (take note of the extra space in front), IE will substitute the space with %20, which is the standard URL encoding for the space character.