mirror of
https://github.com/m5stack/M5Cloud.git
synced 2026-05-20 10:07:21 -07:00
6 lines
96 B
Python
6 lines
96 B
Python
from m5stack import *
|
|
import urequests
|
|
|
|
r = urequests.get("http://www.baidu.com")
|
|
print(r.text)
|