字符串格式化1、单个变量格式化1.1、字符串类型格式化let string = "lazy"print(String(format:"%@ boy", arguments:[string]))//输出结果:lazy ...
確定! 回上一頁