Array.toString():将数组转换成一个字符串,并且返回这个字符串
Boolean.toString():将布尔值转换为字符串
Date.toString():将Date对象转换成一个字符串,采用本地时间
Function.toString():把函数转换成字符串
Number.toString():将数字转换为字符串。用它的参数指定的基数或底数(底数范围为2-36)。如果省略参数,则使用基数10。当参数值为2时,返回二进制数。
Array.toString():将数组转换成一个字符串,并且返回这个字符串
Boolean.toString():将布尔值转换为字符串
Date.toString():将Date对象转换成一个字符串,采用本地时间
Function.toString():把函数转换成字符串
Number.toString():将数字转换为字符串。用它的参数指定的基数或底数(底数范围为2-36)。如果省略参数,则使用基数10。当参数值为2时,返回二进制数。
本文标题:toString
本文链接:https://www.haomeiwen.com/subject/rodhhqtx.html
网友评论