3 lines
51 B
Python
3 lines
51 B
Python
|
import rpa as r
|
||
|
r.init()
|
||
|
r.url('https://baidu.com')
|