vue,vux判断字符串是否是undefined


if (typeof thisObj.city === 'undefined') {
  return
}

  

原文地址:https://www.cnblogs.com/xiadongqing/p/15531993.html