只需一步,快速开始
php中把数字转换成字符串的方法:1、使用强制类型转换,语法“(string)数字”;2、使用strval()函数,语法“strval(数字)”;3、使用settype()函数,语法“settype(数字, string)”。
首页
分类
索引
我的