前端開發技術難點彙總(四)

2021-10-02 08:06:13 字數 1137 閱讀 1967

watch和computed

watch監聽,乙個影響多個用watch

computed計算屬性,多個影響乙個用computed

touchstart touchmove touchend touchcancel(系統取消事件)

vue 打包找不到資源檔案

config/index.js 修改build:

const bird =

const mouse =

(mouse.bird.size) // 報錯

console.log

(mouse[bird.size]) //3

console.log

(mouse[bird["size"]]) // 3

比較

console.log(

==) // false

console.log(

===) // false

console.log

(number

(2) === number

(2)) // true

console.log

(boolean

(false) === boolean

(false)

) // true

console.log

(symbol

('foo'

) === symbol

('foo'

)) // false 每個symbol 都是唯一的

eval

console.log

(eval

('10*10+5'

)) // eval會字串傳遞的**求值 105

console.log

('10*10+5'

) // '10*10+5'

… 物件,陣列都可以拼接

let user =

let admin =

;console.log(admin) //

阿里雲歸檔儲存技術難點彙總

最近工作涉及從oss將資料歸檔儲存到oas中,阿里給出的demo以及教程略為單薄,網上也沒有看到比較好的資料,本著服務大眾的精神把這幾天自己遇到的一些問題和解決方法分享給大家。pip install oss2 pip install oassdk即可使用由阿里雲提供的sdk裡面的各種方法和屬性了。二...

黑莓開發技術彙總

這裡有乙個blackberry開發彙總的知識介紹,部分內容來自blackberry csdn的專區,我對其中的精華做了分析,突出blackberry的整體重點開發功能。從這張圖中,可以清晰的看出blackberry上的開發技術,排名第一當然是基於黑莓的方式,這種方式結合j2me和blackberry...

前端開發問題彙總

1.彈出鍵盤導致絕對定位的元素向上偏移 頁面載入完成後固定父元素的高度 2.background size無效 background size放在background之上了 3.dom.style.width 200 同乙個瀏覽器 有時候生效 有時候無效 content ie edge 4.npm包...