2023年2月17日
摘要: from util import str_util #业务逻辑:兼容不同的结构体:resCode转化数据 #检查字典中是否存在键 if 'resCode' not in resultJson if 'resCode' not in resultJson: if 'returnCode' in res 阅读全文
posted @ 2023-02-17 12:07 oktokeep 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 车牌号隐藏中间位数及城市去掉末尾的字符处理 package com.example.core.mydemo; /** * 车牌号隐藏中间位数及城市去掉末尾的字符处理 *carPlateNum=牌A***89 *市:上海 */ public class StringTest { public stat 阅读全文
posted @ 2023-02-17 12:06 oktokeep 阅读(72) 评论(0) 推荐(0) 编辑