PHP常用函数小技巧 1 返回文件扩展名 function getformat($file) { $ext=strrchr($file, " "); $format=strtolower($ext); PHP编程 2022-04-23 92 点赞 1 评论 139 浏览
Python collections模块实例讲解 collections模块基本介绍 我们都知道,Python拥有一些内置的数据类型,比如str, int, list, tuple, dict等, python编程 2022-04-11 82 点赞 1 评论 124 浏览