首页
编程
java
php
前端
首页
编程
java
php
前端
请问这串代码什么意思?
one
=
int(s[-
1
])
ten
=
int(s[-
2
])
hun
=
int(s[-
3
])
把字符串的倒数第一个字符转成int类型赋值给one
其他同理
点击展开全文