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