How to make “int” parse blank strings?

后端 未结 4 1019
野性不改
野性不改 2020-12-29 21:34

I have a parsing system for fixed-length text records based on a layout table:

parse_table = [\\
    (\'name\', type, length),
    ....
    (\'numeric_field\         


        
4条回答
提交回复
热议问题