由买买提看人间百态

topics

全部话题 - 话题: return1
(共0页)
s*****i
发帖数: 650
1
来自主题: Unix版 - what is the reason?
function testF2
{
return 0
}
testF2
return1=$?
echo "testF2 return: " $return1
If return 0; output is: 0
If return 1; output is: 1
If return 11; output is: 11
If return 111; output is: 111
If return 1111; output is: 87 why?
If return 11111; output is: 103 why?
If return 111111; output is: 7 why?
If return 1111111: output is: 71 why?
thx alot.
s****t
发帖数: 17096
2
来自主题: TVGame版 - 马鬃PS4游戏deal B2G1free
如果buy1 return1/2还不错,根本没有想买的游戏
H***a
发帖数: 189
3
来自主题: Unix版 - what is the reason?
it's return1 % 128
unsigned short?
(共0页)