Home > Article > Web Front-end > Introduction to js special character escaping_javascript skills
dot escaping: . ==> \u002E
Escape of dollar sign: $ ==> \u0024
Escape of exponentiation symbol: ^ ==> \u005E
Escape of left brace: { ==> \u007B
Escape of left square bracket: [ ==> \u005B
Escape of left parenthesis: ( ==> \u0028
Escape of vertical bar: | ==> \u007C
Right bracket escape: ] ==> \u005D
Escape of right parenthesis: ) ==> \u0029
Escape of asterisk: * ==> \u002A
Escape of plus sign: ==> \u002B
Escape of question mark: ? ==> \u003F
Backslash escaping: ==> \u005C