Heim > Fragen und Antworten > Hauptteil
<?phpinclude "wechat.class.php";function getda($w){ $r=file_get_content("http://api.lyoo.xyz/xiaochengxu/chati.php?w=".$w); $s=json_decode($r,true); if($s['code']==200) { $tm=$s['tm']; $da=$s['da']; return ":$tm"."n".":$da"."n".; } anders{ return $s['msg']; }}
求大佬帮忙看看