嘗試以下操作:
function myFunction()
{
//considering cDocStr has some value
var mytable='';
mytable += "<table>";
mytable += "<tr><td style='font-family:Trebuchet MS;font-size:12px;font-weight:bold;font-style:italic;'>"+sDocStr+"</td></tr>";
mytable += "</table>";
document.write(mytable);
}