MorJS 代碼維度 #ifndef(判斷是否無變量)

2024-01-17 15:09 更新

js/ts 文件類型

/* #ifndef wechat */
console.log('除了在微信以外的端都展示')
/* #endif */

wxss/acss/less/scss 文件類型

.index-page {
  /* #ifndef wechat */
  background: red;
  /* #endif */
}

wxml/axml 文件類型

<!-- #ifndef wechat -->
<view>除了在微信以外的端都展示</view>
<!-- #endif -->

jsonc/json5 文件類型?

{
  "component": true,
  "usingComponents": {
    // #ifndef wechat
    "any-component": "./wechat-any-component",
    // #endif

    "other-component": "./other-component"
  }
}


以上內容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號