res = requests.get(url) t = time.time() print("Receive a response at",t-start_time,"seconds.") for i in range(10): send_req(url). 上面的程式碼對google的入口 ...
確定! 回上一頁