php json编码代码片段$person = array( name => Johny Carson, title => CTO ); $personJSON=json_encode($person);//returns JSON string
您好,您需要登录后才能发表评论