我想在python 2.6實現這一行bash。 echo 'some string' | gzip | base64 現在我有這樣的: import io import gzip import base64 st = 'some string' in = io.
確定! 回上一頁