Firefox 等浏览器会显示包含空格(包括 nbsp)的 URL,其中包含实际空格 ( );Chrome 始终在地址栏中将空格显示为%20(以及 nbsp 的显示为)。%C2%A0(即,Firefoxhttp://example.com/A B在地址栏中显示,而 Chrome 显示http://example.com/A%20B。)有没有办法让 Chrome 显示空格而不是%20?
%20
%C2%A0
http://example.com/A B
http://example.com/A%20B
url google-chrome character-encoding
character-encoding ×1
google-chrome ×1
url ×1