unterminated string literal

前端 未结 9 1330
轮回少年
轮回少年 2020-11-30 06:07

The following code:

var str= \"English Comprehension<\\/strong>
                    
                    
9条回答
  •  渐次进展
    2020-11-30 06:16

    My code was a response.write() where I needed to insert html to be outputted POST SUbmit on a form within an Iframe. When copying my code over from an text editor the carraige return carried over into the code window. Once I deleted my returns and whitespace between tags so that the code looked like a block paragraph that fixed the issue:

    ("loremIPSUM.

    Title


    loremIPSUM:


    lnk1

    loremIPSUMlnk2

    loremIPSUM

    IF THE case id is: ""+value)

提交回复
热议问题