var contents = atob(response.documents); // I checked the value in contents . it is displaying "" if(contents === ""){ // no contents }
if条件重新调整为false,当内容为“”且内容有数据时.如何检查条件?
if(!contents){ }