#!/usr/bin/python3 import base64 import requests def get_screenshot(params): headers = {"Content-type": "application/x-www-form-urlencoded", ...
確定! 回上一頁