ZCG Notes
作code家的筆記
安裝pipenv pip install pipenv 建立 …
線上時間轉換成Milliseconds,可以使用Curren …
安裝pytz pip install pytz 獲取國家時區 …
使用sleep from selenium import w …
安裝Selenium pip install seleniu …
import cookielib import urllib …
Server端: import socket import …
*args 用作傳入多個參數 def test(var1,v …
從python 2.6開始,可以使用format對strin …
Class使用context manager __enter …