import StringIO, cStringIO, sys s = StringIO.StringIO("JGood is a handsome boy") s.write("JGood is a handsome boy /r/n") s.write('okkkk ...
確定! 回上一頁