需要把网页标签中的双引号替换为 " 或者 \"
例如
<div id=\"container\" style=\" 600px;margin: 0 auto\"></div>
or
<div id="container" style=" 600px;margin: 0 auto"></div>