当前位置:网站首页>电话加密,中间4为****代替
电话加密,中间4为****代替
2022-07-04 21:05:00 【tanzongbiao】
//like12 add,20220704,电话加密,中间4为****代替
if(phone.length() > 7){
phone = phone.substring(0,3) + "****" + phone.substring(7);
}边栏推荐
- Jerry's ad series MIDI function description [chapter]
- 如何使用ConcurrentLinkedQueue做一个缓存队列
- Le module minidom écrit et analyse XML
- Daily question-leetcode556-next larger element iii-string-double pointer-next_ permutation
- Difference between ApplicationContext and beanfactory (MS)
- 每日一题-LeetCode1200-最小绝对差-数组-排序
- 开源之夏专访|Apache IoTDB社区 新晋Committer谢其骏
- 从RepVgg到MobileOne,含mobileone的代码
- redis RDB AOF
- [ 每周译Go ] 《How to Code in Go》系列文章上线了!!
猜你喜欢

Analyzing the maker space contained in steam Education

历史最全混合专家(MOE)模型相关精选论文、系统、应用整理分享

How to implement Devops with automatic tools

Operation of adding material schedule in SolidWorks drawing

奋斗正当时,城链科技战略峰会广州站圆满召开

TCP三次握手,四次挥手,你真的了解吗?

How to use concurrentlinkedqueue as a cache queue

输入的查询SQL语句,是如何执行的?

应用实践 | 蜀海供应链基于 Apache Doris 的数据中台建设

Shutter textfield example
随机推荐
Jerry added the process of turning off the touch module before turning it off [chapter]
哈希表(Hash Tabel)
QT—绘制其他问题
Lambdaquerywrapper usage
redis发布订阅的使用
IIC (STM32)
Day24: file system
redis布隆过滤器
Redis bloom filter
Sorting and sharing of selected papers, systems and applications related to the most comprehensive mixed expert (MOE) model in history
gtest从一无所知到熟练运用(1)gtest安装
每日一题-LeetCode1200-最小绝对差-数组-排序
[weekly translation go] how to code in go series articles are online!!
Jerry's ad series MIDI function description [chapter]
[wechat applet] collaborative work and release
Flutter 返回按钮的监听
How is the entered query SQL statement executed?
[early knowledge of activities] list of recent activities of livevideostack
CAD中能显示打印不显示
Flutter WebView示例