赞
踩
用: typeof 变量名,判断是否undefined(未定义)
if (typeof m_json === 'undefined') { alert("字符串为空"); return; }else{ alert("字符串不为空"); }