jsp page with timing call

  setInterval("myInterval()", 1200000);//1000 is 1 second

settimeout();

However, these two functions are still different. After setInterval executes the code once, after the fixed time interval, it also The code will be automatically executed repeatedly, and setTimeout will only execute that code once

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=327045830&siteId=291194637