How to refresh page with javascript for N number of times through user input?

后端 未结 3 1622
别那么骄傲
别那么骄傲 2021-01-25 18:11

i have coded a script that should refresh the page for Number of times the user input the value . here is the code

3条回答
  •  说谎
    说谎 (楼主)
    2021-01-25 18:42

    Can u try using this instead.

    if (reloadCnt <= document.getElementById('a').value;)
    

提交回复
热议问题