首页
编程
java
php
前端
首页
编程
java
php
前端
该如何限制数字位数?
各位,我想输入一串数字但数字位数只能为18位之类的要怎么写?
n=input()
len(n) == 18才继续
点击展开全文