Re: Questions about the use of for loops in django

2022-12-17 Thread jiang hao
I have solved this problem, it is my backend code's problem :( jiang hao在 2022年12月18日星期日上午7:59:15 [UTC+8]寫道: > I use a for loop in django. When I refresh the browser, the result of the > first for loop is not cleared, and the result of the second for loop is > stitched together with the

Questions about the use of for loops in django

2022-12-17 Thread jiang hao
I use a for loop in django. When I refresh the browser, the result of the first for loop is not cleared, and the result of the second for loop is stitched together with the first one. test.html: Test full_name html_url description stargazers_count {% for item in resp_list %} {{