KRJNL

  • JS类型转换详解

    一、基本类型转换 1、数字转字符串 let num = 3; let str = num.toString(); console.log(typeof str); // strin…

    编程 2025-04-23