标签: jquery xml
答案 0 :(得分:0)
jQuery is()可以检查元素是否为空:
if ($(this).find("Status").is(':empty')){ info = ... else { info =!... }