using string comparison operator, eq and ne , $str eq "" or numeric comparison operator $str=="" · Another way using length function. length($str) == 0 ...
確定! 回上一頁