php字符串一加上字母就alert不出来,怎么回事?

<?php
$imgd='12345678a';
echo "<script type='text/javascript'>alert(" .$imgd. ");</script>";
?>
如果$imgd是数字组成的就可以alert出来,只要有一个字母就不行,中间有空格比如“1234 5678”也不行,这是怎么回事?????

echo "<script type='text/javascript'>alert('" .$imgd. "');</script>";

少了引号

alert('')-------->>>>alert('".$xx."')
温馨提示:内容为网友见解,仅供参考
无其他回答

Warning: Invalid argument supplied for foreach() in /www/wwwroot/www.t2y.org3v3b34/skin/templets/default/contents.html on line 47
相似回答
大家正在搜