可以使用转移字符 \
var Value = "...\"..."
也可以用单引号来包含
var Value = '..."...'
或者把内容里的双引号换成单引号
var Value = "...'..."