how to handle a space in the path attribute of a cookie

后端 未结 0 655
温柔的废话
温柔的废话 2020-12-22 06:46

I have the following html and php files:

a.html

async function fun()
{
x=await fetch(\'/about me/a.php\');
x=await x.text();
alert(x);
}
fun();
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题