21年實用記錄

2021-10-17 04:16:16 字數 2849 閱讀 4500

word-wrap: break-word;

word-break: break-all;

new date('2017/07/13 19:03:31').gettime()
使用正規表示式時, 有用到分組, 那麼就可以直接在呼叫完以後直接使用regexp.$xx來使用捕獲到的分組內容

const r = /^(\d)-(\d)-(\d)$/

r.exec('2019-10-08')

console.log(regexp.$1) // 2019

console.log(regexp.$2) // 10

console.log(regexp.$3) // 08

new date().tolocaledatestring()  //"2021/3/23"
.game-item:nth-last-child(1)

.game-item:nth-child(1){}

!取反

!!false=false; 要注意false和「false」 的區別!!!!!

!!"false"=true;

!!true=true;

!!(nan || undefined || null || 0 || ' ')=false;

//加上
-webkit-overflow-scrolling: touch;
object.is() 方法判斷兩個值是否為同乙個值。

語法object.is(value1, value2);

isinwechat() ,

getfullpath() ();

let origin = window.location.origin

return origin + pathname

},//初始化頁面

initiapage()src/component/ox/imgs/share.png`,

success: () => ,

cancel: () =>

};this.preparewechatshare(shareoption);

}},/**

* @description: 分享

* @param shareoption

*/preparewechatshare(shareoption)

let body = document.getelementsbytagname('body')[0]

let script = document.createelement('script')

script.setattribute('src', apiurl)

// jsonp模擬 end

// script載入完之後會呼叫這個函式,res就是獲取分享資訊介面返回的內容

// jsonp呼叫以後執行的方法

window.apisharewxinfo = (res) => )

}}

}  

try 

} catch (e)

object.assign(this.$data, this.$options.data.call(this))
this.dat

a獲取當

前狀態下

的dat

a,通過

this

.data獲取當前狀態下的data,通過this.

data獲取

當前狀態

下的da

ta,通

過thi

s.options.data()獲取該元件初始狀態下的data。然後只要使用object.assign(this.dat

a,th

is

.data, this.

data,t

his.

options.data())就可以將當前狀態的data重置為初始狀態。

$(document).ready(function () ,

success: function(e)

}});

$("meta[name='description']").attr('content', seo_description);

$("meta[name='keywords']").attr('content', seo_keywords);

document.title = seo_title;

})

npm i nanoid

import from 'nanoid'

let id =

nanoid

() 使用

1、用 in 關鍵字

var a =

'children' in a => false

2、hasownproperty

var obj = ;

obj.hasownproperty('name'); // --> true

obj.hasownproperty('tostring'); // --> false

3、使用undefined判斷

var o=;

o.x!==undefined; //true

o.y!==undefined; //false

實用sql記錄

1.mysql建表語句 create table user id bigint 20 not null auto increment comment 主鍵 username varchar 50 not null comment 使用者名稱 password varchar 50 not null ...

C 實用記錄

一 工作中有時會用到的一些功能,記錄下來 遍歷資料夾下的檔案,輸入 資料夾路徑,返回檔名的vector void get image names const string file path,vector file names else while findnext hfile,fileinfo 0...

記錄點滴21

記錄點滴 21 2012年 9月23日 星期日大三第一學期第三週結束 這一周,可謂是心情複雜萬千,有喜悅,有失望,還有些不忿。是因為什麼呢,讓 wwj一一訴說。第三週,休息了四天,哦不,是應該放假了四天,我休息了兩天。怎麼說呢,有兩天是學校為了搞綜合測評給我們放的,還有兩天是原本一周裡要放的兩天假。...