level 8
function is_str(n)
try
strlen(n)
catch
return true//字符
endtry
return false//字符
endf
2016年02月25日 05点02分
3
能不能举倒解释下 is_str(n)
2016年07月26日 09点07分
level 8
function is_int(n)
try
if n>0
endif
catch
return false
endtry
if floor(n)==n
return true
else
return false
endif
2016年02月25日 05点02分
4
好,赞一个。
2016年02月26日 10点02分