我有一个表格method="get".在表单中,我需要传递CSS文件的URL,但它将其编码为http%3A%2F%2Fwww...等.
method="get"
http%3A%2F%2Fwww...
有没有办法停止URL的编码,因为它打破了文件.
谢谢
html urlencode character-encoding
character-encoding ×1
html ×1
urlencode ×1