When setting a string variable the # character does not need to be escaped, but at the command line # will act as a comment unless escaped: PS C:\> echo 1 # ...
確定! 回上一頁