from tkinter import *
import webbrowser
url = 'https://thenewboston.com'
def openUrl():
webbrowser.open(url,2)
root = Tk()
myButton = Button(root, text='go to the new boston', command= openUrl)
myButton.pack()
root.mainloop()
Wokwi ESP32 DHT22 + Telegram + Node-Red WOKWI程式 #include < WiFi.h > #include < PubSubClient.h > #include < DHT.h > #def...
沒有留言:
張貼留言