條件問題
作者:金字塔 來源:cxh99.com 發布時間:2014年08月02日
- 咨詢內容:
Min:xxxx ,NODRAW; 如何寫當滿足某個條件時 才 NODRAW, 也就是是否可以對 NODRAW 加入條件?
- 金字塔客服:
if 條件 then mm:xxxx,nodraw;
- 用戶回復:
不行哦
if 條件 then mm:xxxx,nodraw;
if 條件 then mm:xxxx;
一個畫 一個不畫, 會提示 mm重復定義
- 網友回復:
if 條件 then mm1:xxxx,nodraw;
if 條件 then mm2:xxxx;
- 網友回復:
但是我只要 mm的值, 我引用的時候是固定的