English
<!-- Add the following code to the <body> area--> <script language=javascript> <!-- var today = new Date(); var day = today.getDate(); window.location = day + " .htm"; --> </script> Add the above code to the page, then the page will automatically go to the corresponding date (that is, today is the 11th, then it will automatically go to the link 11.htm). If there is no such The linked page will not be displayed