After following, you can keep track of his dynamic information in a timely manner
Courses in the relevant section:Regular Expressions-Mars Text 1
var re1=new ReExp("\\d+", "igm");這是javascript的標(biāo)準(zhǔn)模式 var re1=/\d+/igm;這是perl寫法。 注意javascript寫法是要加多一個(gè)反斜杠的?。?!
2020-06-020個(gè)贊
Courses in the relevant section:Basic concepts of classes and objects
echo
2020-12-060個(gè)贊
thinkphp框架
2020-11-280個(gè)贊
onmouseover事件 onmouseout事件 document.getEmenemtById('div1') label
這是js入門的視頻。感謝php中文網(wǎng),感謝妙味課堂。
2020-07-160個(gè)贊
for getElementsByTagName
2020-02-170個(gè)贊
setTimeout, clearTimeout
2020-02-220個(gè)贊
parseInt parseFloat ===
parseInt()函數(shù)還有一個(gè)默認(rèn)參數(shù)沒說。
2020-04-160個(gè)贊
arr.push從尾部添加數(shù)據(jù),arr.pop從尾部刪除數(shù)據(jù) arr.unshift從頭部添加數(shù)據(jù),arr.shift從尾部刪除數(shù)據(jù) arr.length返回?cái)?shù)組個(gè)數(shù),賦值時(shí)可以調(diào)整數(shù)組個(gè)數(shù)。
2020-02-230個(gè)贊
Courses in the relevant section:Miaowei Classroom’s original JavaScript video tutorial——1-DOM-1
X var oFrag = document.createDocumentFragment() for(i:=0;i<100000,i++) { var oLi=document.createElement('Li'); oFrag.appendChild(oLi); } oUl.appendChild(oFrag);
2020-02-230個(gè)贊
這個(gè)是最好的javascript面向?qū)ο笕W(wǎng)最好的視頻教程。
2020-09-120個(gè)贊
Courses in the relevant section:function namespace
2023-04-210個(gè)贊
Courses in the relevant section:constant namespace
const關(guān)鍵字是定義局部常量,訪問時(shí)需要帶命名空間路徑 define函數(shù)定義的常量是全局常量,不需要帶路徑
2023-04-210個(gè)贊
Courses in the relevant section:Ordinary variables in namespace
函數(shù)、類,、空間常量是在空間的.在命名空間中聲明的變量是全局的.
2023-04-210個(gè)贊
Courses in the relevant section:Import and simplification of namespaces
命名空間中,只有3種元素(1)空間常量,使用const定義(2)空間函數(shù)(3)空間類 引用空間常量:use const TITLE; 引入空間函數(shù) use function show; 引入空間類不需要use class Uer.直接use User
2023-04-220個(gè)贊
Courses in the relevant section:Trait class code reuse
trait方法高于父類方法,小三上位。
是insteadof,不是instanceof instead中文是相反的意思。
2021-02-210個(gè)贊