iapp 用法: s b = "你好" aslist(a, b) s c = "你好2" aslist(a, c) //可插入数据到指定序号 s c = "你好3" s b = 1 aslist(a, c, b) 说明: 输入列表对象,输入要添加的数据,输入插入指定序号。