我有一个 json 对象。
$json = json_decode($data,true);
看起来像-
array(5) { ["screenShareCode"]=> string(9) "021113322" ["appletHtml"]=> string(668) "" ["presenterParams"]=> string(396) "aUsEN5gBYi4vlIEGpk0=" ["viewerUrl"]=> string(65) "http://api.leap.com/v2/viewer/021113322?accountid=mynet" ["origin"]=> string(3) "API" }
alert('?php echo $json; ?>');
当我试图将其分配给 javascript 变量时,它给了我一个错误,说“未终止的字符串常量”。