欧美一区二区三区,国内熟女精品熟女A片视频小说,日本av网,小鲜肉男男GAY做受XXX网站

htmlifelse語句例子

吉茹定2年前28瀏覽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語句例子