在lua中,将table的某一个value赋值nil,在table中是不会存入这个key值的,。
例如:
yx_new_table.link_id = nil,需要修改为
yx_new_table.link_id = “”,