JavaScript assign
■objSource1[object Object]
objSource1 key = test1, objSource1[test1] = 100
objSource1 key = test2, objSource1[test2] = 2
objSource1 key = test3, objSource1[test3] = 3
objSource1 key = nValue1, objSource1[nValue1] = 1
objSource1 key = nValue2, objSource1[nValue2] = 2
■objSource2[object Object]
objSource2 key = test1, objSource2[test1] = 100
objSource2 key = nValue1, objSource2[nValue1] = 1
objSource2 key = nValue2, objSource2[nValue2] = 2
■objSource3[object Object]
objSource3 key = test1, objSource3[test1] = 100
objSource3 key = test2, objSource3[test2] = 2
objSource3 key = test3, objSource3[test3] = 3
objSource3 key = nValue1, objSource3[nValue1] = 1
objSource3 key = nValue2, objSource3[nValue2] = 2
■objSource4[object Object]
objSource4 key = test1, objSource4[test1] = 1
objSource4 key = test2, objSource4[test2] = 2
objSource4 key = test3, objSource4[test3] = 3
■objSource5[object Object]
objSource5 key = test1, objSource5[test1] = 100
objSource5 key = nValue1, objSource5[nValue1] = 1
objSource5 key = nValue2, objSource5[nValue2] = 2