"22"}a[1] "1"a[2] "22"" property="og:description"/>
如果是对数组赋值,下标 => 值
例如 a = {1 => "1",2 => "22"}
a[1] "1"
a[2] "22"