我正在使用这个库(Abraham twitteroauth)从时间线中提取推文,就像这样......
$connection = getConnectionWithAccessToken(TOKEN, TOKEN_SECRET);
$tweets = $connection->get('statuses/user_timeline', array('screen_name' => 'francis_narcise'));
一切正常,但输出中有很多有趣的字符,例如““”代替双引号。
有谁知道为什么会这样?