Python_Python遍歷列表的四種方法

方式一:python app_list = [1234, 5677, 8899] <!-- lang: python --> for app_id in app_list: <!-- lang: python --> print app_id 輸出:  1234  5677  8899app 方式二:spa app_list = [1234, 5677, 8899] <!-- lang:
相關文章
相關標籤/搜索