get json from url php $url = "http://www.welcomepakainfo.com"; $json = file_get_contents($url); $json_data = json_decode($json, true); echo "My Light Live token ...
確定! 回上一頁