class SliceTest extends GroovyTestCase { void testListSlice() { def list = [1, 2, 3, 4] list[1,2] = 5 assert list == [1, 5, 4] list[0,1] = [5, 6, 7, 8, 9] assert list == [5, 6, 7, 8, 9, 4] } }
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机