Using quotes in a AppleScript string

后端 未结 5 1136
时光取名叫无心
时光取名叫无心 2020-12-31 06:07

I am working with AppleScript and need to do this:

set TextToWrite to \" #!/bin/bash cd \"$( dirname \"$0\" )\" java -server -Xmx4G -jar ./craftbukkit.jar\"          


        
5条回答
  •  失恋的感觉
    2020-12-31 06:56

    set x to "He said   \" Enter the matrix.\"   "display dialog x
    

    Just copy this into applescript the easiest way to understand.

提交回复
热议问题