js模擬C Matches方法。

2021-06-17 14:51:24 字數 367 閱讀 2113

水平有點低,感覺應該這樣寫

var str="今年是2023年7月24日12:00:12,我打算在2023年7月24日12:01:10登月";

function matches(inputstr,reg);

this.value=this.arr[0];// 將value屬性設定陣列的第乙個值。

this.groups=this.arr;// 將groups屬性設定為儲存得到資料的陣列。

};var m=new matches(str,/\d+年\d+月\d+日/g);// 例項化物件,傳入必要的引數。

alert(m.value);

alert(m.groups);

簡單的原生js 模擬jquery方法

倉促的模擬敲一下就上傳來儲存了。object.prototype.fadein function speed speed return that 原生模擬jq中 fadeout 方法 object.prototype.fadeout function speed speed return that ...

js模擬實現call和apply方法

call 方法在使用乙個指定的 this 值和若干個指定的引數值的前提下呼叫某個函式或方法。例子 var foo function bar bar.call foo 2從這個例子中可以看出兩點 上述例子試想當呼叫 call 的時候,把 foo 物件改造成如下 var foo foo.bar 2這個時...

bind函式 模擬實現JS的bind方法

先看一下bind是什麼?var obj obj typeof function.prototype.bind functiontypeof function.prototype.bind functionfunction.prototype.bind.name bindfunction.protot...