19,619
社区成员




#!/bin/sh
#print hello world in the console window
a = "hello world"
echo $a
#!/bin/sh
#print hello world in the console window
a="hello world"
echo $a
#!/bin/sh
#print hello world in the console window
a="hello world"
echo $a