首页
编程
java
php
前端
首页
编程
java
php
前端
如果输出不存在的话 应该把语句放到哪
把
print
(num)
换成
if
(
num
==0):
print
(
"输入的字符不存在!"
)
else
:
print
(num)
点击展开全文