python3 -c,表示直接在命令行执行python语句。 $ python3 -c 'print("\n".join((__import__("sys").path)))' / ...
確定! 回上一頁