📜  def - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:23.588000             🧑  作者: Mango

代码示例1
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
def deviceMapping_Nr = [
        iPhone_11_pro: "1",
        Samsung_S10_lite: "2",
        LG_GS_SE: "3",
        Samsung_S7: "4",
        iPhone_7: "5",
        Samsung_Galaxy_A51_1: "6",
        iPhone_8_plus: "7",
        iPhone_6: "8",
        Samsung_Galaxy_A51_2: "9",
        Sony: "10",
        Samsung_Galaxy_A51_3: "11",
        HTC_One_A9s: "12",
        Samsung_Galaxy_A51_4: "13",
        Samsung_Galaxy_A51_5: "14",
        Samsung_S8: "15",
        Pixel_XL: "16"
 ]