09 2018 档案

 
console.log()中的%d,%s等代表的输出类型
摘要:在console.log()或console.debug()中输出时会有%d,%s等符号。 %s for a String value 字符类型 %d or %i for a Integer value 整型 %f for a Floating point number 浮点类型number %o 阅读全文
posted @ 2018-09-25 14:07 二婷啵 阅读(839) 评论(0) 推荐(0)