Javascript_introduction

时间:2024-05-03 10:55:52
【文件属性】:

文件名称:Javascript_introduction

文件大小:10KB

文件格式:ZIP

更新时间:2024-05-03 10:55:52

JavaScript

JavaScript简介 操作DOM 要检索Javascript中HTML元素,必须在HTML中声明脚本所在的位置: [removed][removed] 然后,在JavaScript中,我们使用document对象,后跟方法,例如getElementById("[nom de l'Id]") 在控制台中查看信息 我们使用console.log() ,将要显示的信息作为参数传递给它,例如一条字符串类型的信息,即一个字符串,字符串中用' (单引号)或" (双引号quote ),或显示其内容的变量名称。 要将参数传递给函数,我们将其写在函数名称后的括号中。 您可以使用逗号分隔多个参数。 变量 声明变量的三种方法: var +变量名 const +变量名 let +变量名 赋值运算符“ =” 在Javascript中,与在PHP中一样,符号“ =”并不表示法语


【文件预览】:
Javascript_introduction-main
----defi-js-pile-ou-face()
--------main.js(399B)
--------index.html(389B)
----1-color-square()
--------main.css(83B)
--------main.js(381B)
--------index.php(380B)
----hiding-password()
--------main.js(465B)
--------index.php(611B)
----README.md(4KB)
----shopping-cart-advanced()
--------main.js(2KB)
--------index.php(373B)
----2-shopping-cart()
--------main.js(4KB)
--------index.php(849B)
--------williams.js(1KB)
--------williams-copy.js(4KB)

网友评论