可以用 echo 或是cat 一個多行檔案後pipe 給PHP 處理: % echo abcde | php reverse-string.php edcba% cat test-data abcde 12345 qwerty asdfghjkl
確定! 回上一頁