... echo "試試看$Variable" # -> 試試看Some string # 結果的確是一樣的 echo '$Variable' # 單引號跟雙引號不同,會變成字串-> $Variable #取代字元 ...
確定! 回上一頁