当前位置:网站首页>JS string splicing
JS string splicing
2022-07-04 05:17:00 【Big bug of xiaofeichan】
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title></title>
<script>
//1. Detect the length of the obtained string length
var str = 'my name is yangy';
console.log(str.length);
//2. String splicing
console.log(' Sheep and sheep ' + ' silly ');// Yang Yang is so stupid
console.log(' Sheep and sheep ' + 18);// Sheep and sheep 18
console.log(12 + 12);//24
console.log('12' + '12');//1212
</script>
</head>
<body>
</body>
</html>边栏推荐
- Topological sorting and graphical display of critical path
- Zhongke panyun-2022 Guangdong Trojan horse information acquisition and analysis
- Zhongke panyun-d module analysis and scoring standard
- 中科磐云—D模块解析以及评分标准
- COMP1721 Creating Classes
- [matlab] matlab simulation modulation system - DSB system
- Flink1.13 basic SQL syntax (II) join operation
- 【MATLAB】MATLAB 仿真数字基带传输系统 — 双极性基带信号(余弦滚降成形脉冲)的眼图
- June 2022 summary
- Two sides of the evening: tell me about the bloom filter and cuckoo filter? Application scenario? I'm confused..
猜你喜欢

LM small programmable controller software (based on CoDeSys) note 22: error 4268/4052

【QT】制作MyComboBox点击事件

2022年T电梯修理操作证考试题库及模拟考试

Just do it with your hands 7 - * project construction details 2 - hook configuration

全国职业院校技能大赛(中职组)网络安全竞赛试题—解析
![[paper summary] zero shot semantic segmentation](/img/78/ee64118d86a7e43ec4d1cb97191fbe.jpg)
[paper summary] zero shot semantic segmentation

LabVIEW错误对话框的出现

Trie数-字典树

Detailed comparison of Hynix emmc5.0 and 5.1 series

Daily question brushing record (12)
随机推荐
Flink1.13 basic SQL syntax (II) join operation
【MATLAB】MATLAB 仿真 — 低通高斯白噪声
NTFS security permissions
【MATLAB】MATLAB 仿真模拟调制系统 — AM 已调信号的功率谱与相干解调
Notepad++--显示相关的配置
2022危险化学品经营单位安全管理人员上岗证题库及答案
Simulated small root pile
如何构建属于自己的知识引擎?社群开放申请
《Cross-view Transformers for real-time Map-view Semantic Segmentation》论文笔记
数据标注是一块肥肉,盯上这块肉的不止中国丨曼孚科技
cmake
中科磐云—模块A 基础设施设置与安全加固 评分标准
[matlab] matlab simulation modulation system - VSB system
LM small programmable controller software (based on CoDeSys) note 22: error 4268/4052
Capturing and sorting out external Fiddler -- Conversation bar and filter
Character types of C language
Zhongke Panyun - 2022 Guangxi reverse analysis ideas
【兴趣阅读】Adversarial Filtering Modeling on Long-term User Behavior Sequences for Click-Through Rate Pre
2022年R2移动式压力容器充装复训题库及答案
Flink1.13 SQL basic syntax (I) DDL, DML