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.
当我在网址中添加逗号时。它显示 %2c% 。但在这个网站的网址有逗号。
我需要建议。
%2c直接相当于逗号。您不应该看到两者之间的行为有任何差异。(你?)
%2c
您链接到的站点使用 url 重写,这就是显示逗号的原因。它们不是通过帖子生成的。
BR