用json怎么传递呢,在php文件中写成 json_encode($a),在 .js文件中怎么接收呢
您能不能帮我写一个完整的小例子呢,我是初学者~a.php中的变量$a,传递给b.js怎么接受
'asia', 'cond' => 'perfect');$a_str = json_encode($a);?>var a = eval( '(' + '' + ')' ); alert(a.name);