Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如,我有这个 localhost 文件夹:
http://localhost/Online Buddy/
为什么 Firefox 不能像 Google Chrome 那样自动将空格转换为online和?每当我点击它时,它就会带我进入 Google 搜索。buddy%20
online
buddy
%20
Firefox 只会在识别您输入地址时替换空格。显然,Firefox 不会像识别 *.com (等)一样自动将 localhost 识别为域,因此它假定您要搜索。您的基本选择是:
要禁用地址栏搜索,请导航到 about:config 并将 keyword.enabled 设置为 false。