Number转String

  1. let num = 15;
  2. let s = num + ""; // 数字转字符串