代码: <?php $device = $_GET['device'];//设备 if($device == null || $device == 'auto' || $device == 'AUTO'){ if(wp_is_mobile() == true){ $img_array = glob("Store/Pe/*.{gif,jpg,png}",GLOB_BRACE); }else{ $img_array = glob("Store/Pc/*.{gif,jpg,png}",GLOB_BRACE)...
[原创开发]基于Telegram(TDLib)客户端的Boxer插件化客户端机器人
- 0