To check if a string is empty or null or undefined in Javascript use the following js code snippet. var emptyString; if(!emptyString){ // String is empty }.
確定! 回上一頁