Situation: After we insert the data, as long as the page is refreshed, the data will be re-inserted.
Reason: After we submit the data, the browser will keep the data requested last time! ! Wh
Situation: After we insert the data, as long as the page is refreshed, the data will be re-inserted.
Reason: After we submit the data, the browser will keep the data requested last time! ! Wh
from pyquery import PyQuery as pq import os from queue import Queue from threading < span style="color: #0000ff;">import Thread class txtparser(Thread): def __init__(self,queue): Thread.__init__(