当前位置:网站首页>JS input and output
JS input and output
2022-07-07 04:50:00 【Big bug of xiaofeichan】
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title></title>
<!-- 2. Built in js -->
<script>
//prompt This is an input box
prompt(' Please enter your name ');
//alert Pop up alert box Output Show the
alert(' also ');
// console Console output For programmers to test ( Press F12)
console.log(' I'm what programmers can see ');
</script>
<!-- 3. external js script Double label -->
</head>
<body>
<!-- 1. In line js-->
</body>
</html>
Compiling mode : newly build - file -HTML- Solution - Right click - Add new item -HTML
边栏推荐
- ESG全球领导者峰会|英特尔王锐:以科技之力应对全球气候挑战
- 架构实战训练营|课后作业|模块 6
- Basic idea of counting and sorting
- MySQL split method usage
- 微信能开小号了,拼多多“砍一刀”被判侵权,字节VR设备出货量全球第二,今日更多大新闻在此
- The worse the AI performance, the higher the bonus? Doctor of New York University offered a reward for the task of making the big model perform poorly
- AI landing new question type RPA + AI =?
- 深入解析Kubebuilder
- 两个div在同一行,两个div不换行「建议收藏」
- Break the memory wall with CPU scheme? Learn from PayPal to expand the capacity of aoteng, and the volume of missed fraud transactions can be reduced to 1/30
猜你喜欢
Digital chemical plant management system based on Virtual Simulation Technology
5G VoNR+之IMS Data Channel概念
Read of shell internal value command
Fix the problem that the highlight effect of the main menu disappears when the easycvr Video Square is clicked and played
Lessons and thoughts of the first SQL injection
Chapter 9 Yunji datacanvas company won the highest honor of the "fifth digital finance innovation competition"!
Have you got the same "artifact" of cross architecture development praised by various industry leaders?
Local tool [Navicat] connects to remote [MySQL] operation
各路行业大佬称赞的跨架构开发“神器”,你get同款了吗?
acwing 843. n-皇后问题
随机推荐
Code source de la fonction [analogique numérique] MATLAB allcycles () (non disponible avant 2021a)
Digital chemical plant management system based on Virtual Simulation Technology
Flex layout and usage
Easycvr cannot be played using webrtc. How to solve it?
Oracle - views and sequences
Deeply cultivate the developer ecosystem, accelerate the innovation and development of AI industry, and Intel brings many partners together
Zhou Yajin, a top safety scholar of Zhejiang University, is a curiosity driven activist
图灵诞辰110周年,智能机器预言成真了吗?
Intel David tuhy: the reason for the success of Intel aoten Technology
Section 1: (3) logic chip process substrate selection
Programmers go to work fishing, so play high-end!
Fix the problem that the highlight effect of the main menu disappears when the easycvr Video Square is clicked and played
Implementation of JSTL custom function library
Chapter 9 Yunji datacanvas was rated as 36 krypton "the hard core technology enterprise most concerned by investors"
掌握软件安全测试方法秘笈,安全测试报告信手捏来
九章云极DataCanvas公司蝉联中国机器学习平台市场TOP 3
DFS and BFS concepts and practices +acwing 842 arranged numbers (DFS) +acwing 844 Maze walking (BFS)
sscanf,sscanf_ S and its related usage "suggested collection"
DFS和BFS概念及实践+acwing 842 排列数字(dfs) +acwing 844. 走迷宫(bfs)
树与图的深度优先遍历模版原理