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