js 控制台输出

var a = 'string';

var b = 123;

console.log("The %s jumped over %d tall buildings", a, b);

 

格式化字符串类型
%s 字符串
%d, %i 整型(暂不支持数字型)
%f 浮点型 (暂不支持数字型) 
%o 链接对象
posted @ 2018-02-26 15:44  Booo  阅读(313)  评论(0编辑  收藏  举报