You can use the strict equality operator ( === ) to check whether a string is empty or not. The comparsion str === "" will only return true if the data type ...
確定! 回上一頁