MorJS 代碼維度 #ifdef(判斷是否有變量)

2024-01-17 15:09 更新

js/ts 文件類(lèi)型

/* #ifdef wechat */
console.log('這句話只會(huì)在微信上顯示')
/* #endif */
/* #ifdef alipay */
console.log('這句話只會(huì)在支付寶上顯示')
/* #endif */

acss/less 文件類(lèi)型?

在微信下背景是紅色, 在支付寶下是藍(lán)色背景

.index-page {
  /* #ifdef wechat */
  background: red;
  /* #endif */
  /* #ifdef alipay */
  background: blue;
  /* #endif */
}

wxml/axml 文件類(lèi)型?

<!-- #ifdef wechat -->
<view>只會(huì)在微信上顯示</view>
<!-- #endif -->
<!-- #ifdef alipay -->
<view>只會(huì)在支付寶上顯示</view>
<!-- #endif -->


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

掃描二維碼

下載編程獅App

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

編程獅公眾號(hào)