国产chinesehdxxxx野外,国产av无码专区亚洲av琪琪,播放男人添女人下边视频,成人国产精品一区二区免费看,chinese丰满人妻videos

releasestage

2019-02-20 15:49 更新

releasestage指的是應(yīng)用開(kāi)發(fā)階段,例如『開(kāi)發(fā)』、『測(cè)試』、『生產(chǎn)』:

  • development
  • test
  • production

除了這3個(gè)常見(jiàn)的取值,releasestage可以設(shè)為任意值,可以根據(jù)需要進(jìn)行配置。

默認(rèn)情況下,F(xiàn)undebug會(huì)自動(dòng)識(shí)別releasestage。用戶也可以通過(guò)設(shè)置releasestage以區(qū)分不同階段的錯(cuò)誤。

  • 在HTML中配置<script>標(biāo)簽中配置releasestage屬性
<script src="https://js.fundebug.cn/fundebug.1.5.1.min.js" rel="external nofollow"  
            apikey="API-KEY" 
            releasestage="development"></script>
  • 在JavaScript中配置releasestage變量
if ("fundebug" in window) {
    fundebug.releasestage = "development"; 
}


以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)