QTimer *timer = new QTimer(&rfid); · QObject::connect(timer, SIGNAL(timeout()), &rfid, SLOT(ReadTagInfo())); timer->start(1000);.
確定! 回上一頁