#!/bin/sh your_name=‘runoob‘ str="Hello, I know you are \"$your_name\"! \n" echo $str
原文地址:https://www.cnblogs.com/sea-stream/p/9876431.html
时间: 2024-11-04 07:09:49
#!/bin/sh your_name=‘runoob‘ str="Hello, I know you are \"$your_name\"! \n" echo $str
原文地址:https://www.cnblogs.com/sea-stream/p/9876431.html