这个是哪个ide可以这么整齐

        $dataArray = array(
            'id'         => $id,
            'name'       => IReq::get('name','post'),
            'condition'  => $condition,
            'award_value'=> $award_value,
            'is_close'   => IReq::get('is_close','post'),
            'start_time' => IReq::get('start_time','post'),
            'end_time'   => IReq::get('end_time','post'),
            'intro'      => IReq::get('intro','post'),
            'type'       => 1,
            'award_type' => 0,
            'user_group' => $user_group_str,
        );
慕妹3242003
浏览 361回答 2
2回答

GCT1015

phpfmt可以格式化成这样的
打开App,查看更多内容
随时随地看视频慕课网APP