如果列表中有a b c a b c直接用linsert mylist before b 11可以在第一个b前插入,如果要在第二个b前插入怎么写
linsert mylist after b 11
lset mylist 1 x linsert mylist before b 11 lset mylist 1 b