python中将列表形式的字符串转化为列表

sstr="""1567837#['0', '842', '17423', '34216', '74222', '92483']""" a=sstr.split("#") b=eval(a[1]) print(b)
相关文章
相关标签/搜索