当前位置:网站首页>How to use console Log print text?
How to use console Log print text?
2022-07-01 19:43:00 【Su Su is little Su Su】
1.console
console Global variable window( or global) Next object , Print on console console, It can be found that he provides many methods .
console.log(console)

2. Place holder

console.log(" The printed string is :%s", "123");
console.log("%o", document.body);
console.log(" The integer printed is :%d", 111.00);
console.log(" The floating point number printed is :%f", 111.00);
3. Print text and pictures
console.log("%c Information to be output ", "css Code ");
console.log(`%c Susu `, ` color:red;
font-size:25px;
`)
console.log("%c+",
`font-size: 1px;
padding: 100px 100px;
background-image: url(https://i.postimg.cc/mgsKJGLw/susu1.jpg);
background-size: contain;
background-repeat: no-repeat;
color: transparent;`);

4. More code , Focus on Su Su's code cloud !
边栏推荐
- ffmpeg 错误码
- Solution and summary of Nacos startup failure
- Introduction and installation of crunch, and making password dictionary with crunch
- Methods of finding various limits
- 解决VSCode下载慢或下载失败的问题
- JVM内存模型
- 新增订单如何防止重复提交
- torch. nn. functional. Interpolate function
- Ubuntu14 install MySQL and configure root account local and remote access
- ffmpeg常用命令(二)
猜你喜欢

产品模块化设计的前世今生

Instagram 为何从内容共享平台变成营销工具?独立站卖家如何利用该工具?

Flutter 实战-快速实现音视频通话应用

Les canaux de culture intensive s'efforcent de développer Fu Xin et Wei Shi jiajie pour organiser une conférence de formation sur les nouveaux produits

Axure does not display catalogs

Basic use of MySQL

Methods of finding various limits

自定义插入页面标签以及实现类似通讯录的首字母搜索

音视频、编解码相关电子书、小工具,打包奉送!

What is the essential difference between Bi development and report development?
随机推荐
HLS4ML进入方法
JDBC中如何添加事务
Introduction to relevant processes and functions of wechat official account development
CMU AI PhD first year summary
集合对象值改变NULL值对象
Audio and video, encoding and decoding related e-books, gadgets, packaged for free!
2022/6/8-2022/6/12
【sql优化】with as 和 临时表的区别
Cookie和Session的相关概念
Solution and summary of Nacos startup failure
HLS4ML/vivado HLS 报错解决方案
【无标题】
Ffmpeg error code
产品模块化设计的前世今生
Opencv video quality diagnosis - VIDEO occlusion diagnosis
703. The k-th element in the data flow
简版拼多多商品数据
【AI服务器搭建】CUDA环境
测试自学人必看:软件测试如何找测试项目?
直播HLS协议