乳提 小弟想要抓取
https://mis.twse.com.tw/stock/api/getStockInfo.jsp?ex_ch=tse_2330.tw&
收盤價
function get_Stock_price(){
$url =
"https://mis.twse.com.tw/stock/api/getStockInfo.jsp?ex_ch=tse_2330.tw";
$data = file_get_contents($url);
$data = json_decode($data,true);
echo $data['msgArray']['c'];
}
卻怎麼試都抓不到資料,會是在get資料這一端就出現問題
還是語法有誤嗎?
第一次發文 如果有不妥或排版不佳請見諒