python中將列表形式的字符串轉化爲列表

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