Comment: After simple debugging and using it with PHP when writing html5, I found that in many cases, js, css, etc. will fail. After debugging, I found that the web page still has a cache when it jumps. I need to point out the relationship between the original web page and the redirected web page. The specific code is as follows
Recently, when writing html5, I simply debugged the use with PHP, and found that in many cases, js, css, etc. will fail, and the page displays abnormally, but it did not exist when it was not html5 before. After reviewing various materials, after debugging, I found that the web page still has a cache when it is redirected, and it is necessary to point out the relationship between the original web page and the redirected web page. Therefore, in the code:1. To use form form jump, you need to add targets to form elements, such as:
<form action="say_submit.php" method="post" target="_blank">
2. To use the hyperlink to jump, you need to specify rel in a:
<a href="data.php" data-icon="grid">Settings</a>