贪玩大白

文章
4
资源
0
加入时间
2年10月17天

题93. 复原IP地址

Python3class Solution: def _restoreIpAddresses(self, s, n, index, ip, result): if n == 0: if index == len(s): result.append(ip) return def isNum(num): if 0 <= int(num) <=.

沉浸式导航栏采坑日记

新手一只,站在大神的肩膀上开发,不喜勿喷。大神的肩膀在这里:https://blog.csdn.net/u012987393/article/details/80024441完成效果:      //沉浸式导航栏----写在setContentView前if(Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {...