第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

在除第一個(gè)元素之外的每個(gè)元素之前添加一個(gè)逗號(hào)

在除第一個(gè)元素之外的每個(gè)元素之前添加一個(gè)逗號(hào)

PHP
炎炎設(shè)計(jì) 2022-01-08 17:44:26
有一個(gè)循環(huán):<?php if ( have_rows( 'fifth-section' ) ) : ?>    <?php while ( have_rows( 'fifth-section' ) ) : the_row(); ?>    <?php if ( get_sub_field( 'display' ) == 1 ) { ?>      "offers": {        "@type": "AggregateOffer",        "offers": [        <?php if( have_rows('plans') ): ?>        <?php           $loop_counter = 0;          while( have_rows('plans') ): the_row();           if($loop_counter%4 == 0){            if($loop_counter > 0){             ?>          <?php } ?>          <?php }          $subtitle = get_sub_field('subtitle');        ?>                                  {          "@type": "Offer",          "name": "<?php echo $subtitle; ?>",          "url": "<?php echo get_permalink(); ?>"        },        <?php           $loop_counter++;          endwhile;        ?>        <?php endif; ?>      <?php } else { } ?>      <?php endwhile; ?>      <?php endif; ?>      ]    }  }哪個(gè)輸出模式標(biāo)記的塊"offers": {      "@type": "AggregateOffer",      "offers": [                                                               {          "@type": "Offer",          "name": "title",          "url": "example.com/assets/1"        },        {          "@type": "Offer",          "name": "title 2",          "url": "example.com/assets/2"        },      ]    }  }問題是右括號(hào) } 之后的最后一個(gè) Offer 元素不應(yīng)該有逗號(hào)。元素可以是 1 到 4。實(shí)際上一個(gè)問題是如何將除最后一個(gè)元素之外的所有元素注冊(cè)為逗號(hào)(當(dāng)然,如果項(xiàng)目為 1,則不要添加)?
查看完整描述

1 回答

?
LEATH

TA貢獻(xiàn)1936條經(jīng)驗(yàn) 獲得超7個(gè)贊

除了第一個(gè)元素之外,在每個(gè)元素之前添加一個(gè)逗號(hào)就足夠了。


嘗試添加:


<?php if ($loop_counter > 0) echo ',' ?>

像這樣的東西:


        <?php if ( have_rows( 'fifth-section' ) ) : ?>

        <?php while ( have_rows( 'fifth-section' ) ) : the_row(); ?>

        <?php if ( get_sub_field( 'display' ) == 1 ) { ?>

            "offers": {

                "@type": "AggregateOffer",

                "offers": [

                <?php if( have_rows('tariffs') ): ?>

                <?php 

                    $loop_counter = 0;

                    while( have_rows('tariffs') ): the_row(); 

                    if($loop_counter%4 == 0){

                        if($loop_counter > 0){ 

                        ?>

                    <?php } ?>

                    <?php }

                    $tariffs_subtitle = get_sub_field('subtitle');

                    $tariffs_cost = get_sub_field('cost'); 

                ?>                          

                <?php if ($loop_counter > 0) echo ',' ?>

                {

                    "@type": "Offer",

                    "name": "<?php echo $tariffs_subtitle; ?>",

                    "url": "<?php echo get_permalink(); ?>#price",

                    "price": "<?php echo $tariffs_cost; ?>",

                    "priceCurrency": "RUB"

                }

                <?php 

                    $loop_counter++;

                    endwhile;

                ?>

                <?php endif; ?>

            <?php } else { } ?>

            <?php endwhile; ?>

            <?php endif; ?>

            ]

        }

    }


查看完整回答
反對(duì) 回復(fù) 2022-01-08
  • 1 回答
  • 0 關(guān)注
  • 150 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)