当前位置:网站首页>JS string splicing enhancement
JS string splicing enhancement
2022-07-04 05:16:00 【Big bug of xiaofeichan】
Three elements of interactive programming :
【 Example 】
1. Do you like me ? --- This is a User input
2. The girl thought --- This is a Internal processing of the program
3. Finally, I gave you a candy --- This is the output
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title></title>
<script>
//1. Pop up an input box (prompt), Let the user enter the age ( User input )
prompt(' Please enter your age ');
//2. Save the value entered by the user with variables , Splice the age you just entered with the string you want to enter ( Internal processing of the program )
var age = 18;
var str = ' You've been ' + age + ' Year old ';
//3. Use alert eject ( Output results )
alert(str);
</script>
</head>
<body>
</body>
</html>边栏推荐
- Simple g++ and GDB debugging
- Annex I: power of attorney for 202x XXX attack and defense drill
- 数据标注是一块肥肉,盯上这块肉的不止中国丨曼孚科技
- appliedzkp zkevm(13)中的Public Inputs
- Topological sorting and graphical display of critical path
- Public inputs in appliedzkp zkevm (13)
- 【MATLAB】MATLAB 仿真数字基带传输系统 — 双极性基带信号(第 I 类部分响应波形)的眼图
- Simulated small root pile
- Zhongke panyun-2022 Guangdong Trojan horse information acquisition and analysis
- [matlab] matlab simulates digital bandpass transmission system ask, PSK, FSK system
猜你喜欢

C语言简易学生管理系统(含源码)

Sécurité du réseau dans les écoles professionnelles secondaires - preuve de mémoire

How to build your own knowledge engine? Community open application

Write a complete answer applet (including single choice questions, judgment questions and multiple topics) (III) single choice questions, judgment questions, and the first question display

空洞卷积、可变形卷积、可变形ROI Pooling

LabVIEW错误对话框的出现

Character types of C language
![[technology development -25]: integration technology of radio and television network, Internet, telecommunication network and power grid](/img/87/e0469e280365ed0261e2b551ebd888.png)
[technology development -25]: integration technology of radio and television network, Internet, telecommunication network and power grid

【兴趣阅读】Adversarial Filtering Modeling on Long-term User Behavior Sequences for Click-Through Rate Pre

补某视频网站的js,进行视频解密
随机推荐
Graduation design of small programs -- small programs of food and recipes
简单g++和gdb调试
Remote desktop client RDP
【MATLAB】MATLAB 仿真数字基带传输系统 — 双极性基带信号(余弦滚降成形脉冲)的眼图
【MATLAB】MATLAB 仿真数字带通传输系统 — ASK、 PSK、 FSK 系统
2022 Guangdong provincial competition - code information acquisition and analysis flag
VSCode的有用插件
中职组网络安全—内存取证
LM小型可编程控制器软件(基于CoDeSys)笔记二十一:错误3703
【MATLAB】MATLAB 仿真 — 低通高斯白噪声
Electronic components mall and data manual download website summary
远程桌面客户端 RDP
How to build your own knowledge engine? Community open application
[matlab] communication signal modulation general function - low pass filter
cmake
[matlab] general function of communication signal modulation inverse Fourier transform
【MATLAB】MATLAB 仿真 — 窄带高斯白噪声
补某视频网站的js,进行视频解密
2022广东省赛——编码信息获取 解析flag
C语言简易学生管理系统(含源码)