Home >Web Front-end >JS Tutorial >Detailed analysis of the difference between refresh of form elements and non-form elements_Basic knowledge
1. If the form element is refreshed with js assignment, the record will be the value after js assignment instead of the initial value
2. If non-form elements are refreshed with js assignment, the initial value is recorded