Recently, I made an online timer, combining the background with js to achieve the timing purpose. Here I will use the JS encapsulated clock and message reminders and usage examples for you to download.
Supports clock, positive, inverted, alarm time, alarm icon, message reminder, and so on. The message reminder function can be used independently and is separated from the clock. some friends may need it. if you have any suggestions, leave a message and try again later.
It is easy to use. To display the clock, you only need to call showexamclock (null, alerttime, null, null, 'dvtimer ')
Parameter 1: If the start time is null, the current time is used by default. (the start time is used after online timing)
Parameter 2: If the alarm time is null, the default value is 5 minutes.
Parameter 3: if the timing direction is null, the default value is positive.
Parameter 4: whether the alarm icon is blank or not
Parameter 5: layer to which the clock is displayed
Bytes
:/Files/xiaobier/timer.rar: