using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Xml; using System.Data; using System.IO; using System.Data.OleDb; using Aspose.Cells; using System.Reflection; namespace Utils { /// <summary> /// 解析Ex
1.常用的python函数 abs 求绝对值 all 判断迭代器中所有的数据是否为真或者可迭代数据为空,返回真,否则返回假 any 判断迭代器中的数据是否有一个为真,有返回真,可迭代数据为空或者没有真,返回假 bin 转换整数为二进制字符串 hex 转换整数为十六进制字符串 oct 转换整数为八进制字符串 bool 转换数据为布尔值