关于php双引号与单引号问题
原句:
echo "document.getElementById('help_kj').innerHTML+=\"<div style='background-color:#fff; width:110px;cursor:pointer;' onmouseout='showout()' onmouseover='show(this,'".$data["Root"]["Templates"][$index]."')' > ".$data["Root"]["Templates"][$index." attr"]["name"]."</div><br/>\";";
报错语句:
onmouseover='show(this,'".$data["Root"]["Templates"][$index]."')'
这一句话删除掉后,运行正常,不删报错为缺少;
求问这句话onmouseover='show(this,'".$data["Root"]["Templates"][$index]."')'
应该怎么改"
答案:这样改:好像是同一个问题
onmouseover="show(this,'{$data["Root"]["Templates"][$index]}')"
上一个:昂立it 的php怎么样
下一个:童鞋们啊,我想把php脚本文件转化成文档,可是装phpDocumentor之前弄了iis,可是pear一直装不起来,怎么办