diy typedef

    import os def split(content, key):     result = ""     sub_str = content.split(';')     print sub_str     size = len(sub_str)     print size     tmp_key = key     for sub_con in reversed(sub_str):
相關文章
相關標籤/搜索