题解列表

筛选

IP判断-题解(Python代码)

摘要:解题思路:用到isalpha()来判断是不是字母注意事项:参考代码:while(1):             na,nb,nc,nd=input().split('.')      ……