代码搜索:empty
找到约 10,000 项符合「empty」的源代码
代码结果 10,000
www.eeworm.com/read/428548/1958601
tests empty.tests
e=
echo a b c d e f 1 2 3 4 5 6 7 8 9 0 A B C D E F
echo a $e b $e c $e d $e e $e f $e 1 $e 2 $e 3 $e 4 $e 5 $e 6 $e 7 $e 8 $e 9 $e 0 $e A $e B $e C $e D $e E $e F
echo $e a $e b $e c $e d $e e $e f
www.eeworm.com/read/428548/1958606
right empty.right
a b c d e f 1 2 3 4 5 6 7 8 9 0 A B C D E F
a b c d e f 1 2 3 4 5 6 7 8 9 0 A B C D E F
a b c d e f 1 2 3 4 5 6 7 8 9 0 A B C D E F
www.eeworm.com/read/428548/1958660
tests empty_for.tests
false
for a in; do echo "HELLO"; done
echo OK: $?
www.eeworm.com/read/426274/1993953
js empty.js
/*
* Copyright 2001-2007 Hippo (www.hippo.nl)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obta