It depends on which version of Velocity you're using. Velocity 1.7 has clear rules for escaping quotes: just double the same type of quotes used to wrap the string:
$object.callMethod('Let''s have fun with "quotes"',
"Let's have fun with ""quotes""")
Prior to that, there were some fuzzy rules with backslash escapes that didn't always work as expected.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…