Enclosing characters or variable in single quotes (') represents the literal value of characters. Example: $foo="Hello world" echo '$foo'. Output: $foo.
確定! 回上一頁