suchen

Heim  >  Fragen und Antworten  >  Hauptteil

Bezüglich des Problems der Beurteilung von Array-Parametern in PHP

$info =  $this->request->post();//传入的json是个数组。
if(empty($info['企业名称']) || empty($info['企业简称']) || empty($info['纳税人识别号']) || empty($info['企业法人代表']) || empty($info['联系人']) || empty($info['联系人邮箱']) || empty($info['企业电话']) || empty($info['联系人手机']) || empty($info['银行名称']) || empty($info['银行账号']) || empty($info['详细地址']) || empty($info['地区编码']) || empty($info['城市名称']) || empty($info['营业执照照片']) || empty($info['token'])){
    return json_encode(['code'=>2,'msg'=>'所有信息必须填写不能为空!','data'=>[]]);

Es gibt einen Code wie diesen, um festzustellen, ob diese Infofelder vorhanden sind. Sie dürfen nicht kleiner oder leer sein. Gibt es eine bessere Möglichkeit, es zu schreiben?

JasonJason2023 Tage vor1030

Antworte allen(4)Ich werde antworten

  • WJ

    WJ2020-05-27 13:57:57

    是的  可以分开写

    Antwort
    0
  • Jason

    怎么分开写

    Jason · 2020-05-28 13:27:58
  • 殘留の回憶

    殘留の回憶2019-06-16 21:53:16

    这么写维护性太差了,而且效率太差,直接拆开写吧

    Antwort
    0
  • Jason

    拆开写怎么写

    Jason · 2019-06-16 21:54:30
  • StornierenAntwort