How to do this IF with ternary operators

前端 未结 0 1857
广开言路
广开言路 2020-11-27 02:56

how can I do this IF with ternary operators?

if (img != null) {
  return img;
} else if (!user) {
  return \'img.svg\';
} else if (user) {
  if (user.img &         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题