首页
编程
java
php
前端
首页
编程
java
php
前端
不知道具体该怎么写代码
三位数:
取百位:numner/100
取十位:number%100/10
取个位:number%10
number/100
点击展开全文