私はGoogleカレンダーAPIに取り組んでいます。イベントを作成し、そのイベントの説明を改行で入力すると、次のようなエラーが表示されます。
「未終了文字列定数」。
そのイベントの説明を Java から Javascript に渡しています。では、改行を含む文字列をフォーマットする方法は?
私のコードは次のとおりです。
var EventDescription='<% =eventDetails.getEventDescription(eventIndex)%>'
eventDetails -java class
getEventDEscription -Method to get the Description of event.
eventIndex - no of the event whoes Description is needed .
それ以外の場合は正常に動作しています。説明に改行がある場合にのみエラーが発生します。