This is an assignment topic to help a friend write. I hope it can be a reference for some friends and I hope it will be helpful. At the same time, I also hope to exchange programming ideas, program structure, etc. with everyone. .
The assignment topics are as follows:
1. Major assignment content and requirements
1. After the program is run, it first determines whether it is open based on the system time. The opening time is 00:00:00-12:00:00. It is not open at other times, and the user is required to give corresponding prompt information;
2. When you come to this site during opening hours, you are required to have a welcome interface and display the current system date and time;
3. Display different pages according to the day of the week when the visit day falls. Each page of the seven days of the week is represented by seven different color backgrounds.
4. If the day is Monday, the page is required to change to a positive number based on the negative number entered by the user.
5. If the day is Tuesday, the page is required to generate a random number between NM, and N and M are input by the user.
6. If the day is Wednesday, it is required to use a nested loop to display the ninety-nine table
7. If the day is Thursday, the page is required to change into an integer based on the decimal input by the user.
8. If the day is Friday, the page is required to be converted into ASCII code according to the characters input by the user.
9. If the day is Saturday, the page is required to display the character length according to the characters entered by the user.
10. If the day is Sunday, the page is required to compare the size based on the two numbers input by the user.
2. The name of the main file is index.asp, and other files are customized. For example, 10% will be added to the score of the demonstration before 16 weeks.