Display message before redirect to other page

后端 未结 7 1957
没有蜡笔的小新
没有蜡笔的小新 2020-11-28 07:21

I have a simple question but yet i don\'t know. I would like to display message first before redirect to other page, but my code just directly redirect the page without disp

7条回答
  •  萌比男神i
    2020-11-28 07:58

    Working example in php.

    echo "";
    

提交回复
热议问题