私のプログラムには、API 呼び出しから入力文字列を受け取る変数名 'quotes' があります。
文字列に一重引用符が含まれている場合、プログラムは機能しません。
<script>
var quotes = "Empty"
if(user.quotes)
quotes = user.quotes; // get the string to 'quotes' variable
</script>
誰でもこの問題を解決する方法を教えてもらえますか?