import ntplib from time import ctime while True: try: c = ntplib.NTPClient() response = c.request(host='192.168...',port=2947) ...
確定! 回上一頁