色婷婷狠狠18禁久久YY,CHINESE性内射高清国产,国产女人18毛片水真多1,国产AV在线观看

htmlifelse語句例子

吉茹定2年前27瀏覽0評論

htmlifelse語句例子?

#ifelse_exam.sh腳本用于檢查輸入的字符串是否是一個當前目錄

#!/bin/bash

if [ "$1" ]

then

echo "What you input is not null"

if [ -e "$1" ]

then

echo "The file $1 is existence!"

else

echo "The file $1 is not existence!"

fi

else

echo "What you input is null!"

fi

if else判斷css,htmlifelse語句例子