Assuming the input file is exactly the format shown; pure POSIX shell, no external utils: while read a b ; do [ "$a" = '"name":' ] ...
確定! 回上一頁