Single and double quotation mark parsing escape character problem
for ctf
for ctf 2022-05-16 17:24:32
0
1
1188

<?php//What should I do if I want to display a double quote in the string of $beizi? $shengyang = 'i\'m xiaoshengyang';echo $shengyang;?>

Single quotes do not parse escape characters, why does 'i\'m xiaoshengyang' display i'm xiaoshengyang instead of \'m xiaoshengyang

for ctf
for ctf

reply all(1)
autoload

Who told you that single quotes do not parse transfer characters?

Single quotes and the escape character itself can be escaped in a string defined by single quotes

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template