Language/python

파이썬으로 웹 브라우저 실행하기

공부하자~~ 2016. 7. 10. 02:12
import webbrowser
url = "http://naver.com"
webbrowser.open(url)