在樹莓派(raspberry pi)中用Python編寫一個簡單的web服務器

安裝bottle $ sudo apt-get install python-bottle  bottle_test.py from bottle import route, run, template from datetime import datetime @route('/') def index(name='time'):      dt = datetime.now()      ti
相關文章
相關標籤/搜索