获取java版本号$ java -version 2>&1 | sed '1!d' | sed -e 's/"//g' | awk '{print $3}'1.8.0_222获取java类型(openjdk)及版本号$ java -version ...
確定! 回上一頁