|
Last edited by hbghlyj at 2024-3-2 08:30:00编辑器
- https://kconrad.math.uconn.edu/blurbs/grouptheory/SL(2,Z).pdf
Copy the Code
被识别为
kconrad.math.uconn.edu/blurbs/grouptheory/SL(2,Z).pdf
😕
查了一下,在Javascript中,
encodeURI() will not encode A-Z a-z 0-9 ; , / ? : @ & = + $ - _ . ! ~ * ' ( ) #
encodeURIComponent() will not encode A-Z a-z 0-9 - _ . ! ~ * ' ( )
它们都不会把(、)编码,所以URL允许含有(、) |
|