我有我的 php 代碼。如何在 Go 中創建這樣的東西?<?php$url = 'https://api.twitter.com/1.1/search/tweets.json';$context = stream_context_create(array( 'http' => array( 'ignore_errors'=>true, 'method'=>'GET' )));$response = json_decode(file_get_contents($url, false, $context));print_r($response);?>
- 1 回答
- 0 關注
- 217 瀏覽
添加回答
舉報
0/150
提交
取消