由於另外設定兩個腳本太占cpu資源;
有兩種A、B條件,搜尋同組商品,於是我合併於同腳本,想分別顯示警示的內容...如何做?
一、condition1、condition2、condition3
IF condition1 and condition2 and condition3 then ret = 1 ////////// A條件達成
二、condition4、condition5、condition6
IF condition4 and condition5 and condition6 then ret = 1 ////////// B條件達成
A條件達成 = 想跳出警示內容 自己設定內容
B條件達成 = 想跳出警示內容 自己設定內容
2 評論