When requesting data with ajax, the returned data is appended to the dom. When the next ajax request is made, the returned data will be superimposed with the data returned for the first time. Do you have any good methods to solve this kind of multiple requests? Data overlay problem?