摘要:
from util import str_util #业务逻辑:兼容不同的结构体:resCode转化数据 #检查字典中是否存在键 if 'resCode' not in resultJson if 'resCode' not in resultJson: if 'returnCode' in res 阅读全文
摘要:
车牌号隐藏中间位数及城市去掉末尾的字符处理 package com.example.core.mydemo; /** * 车牌号隐藏中间位数及城市去掉末尾的字符处理 *carPlateNum=牌A***89 *市:上海 */ public class StringTest { public stat 阅读全文