原创 如何在vue中引入本地的音頻文件

轉自:https://www.2cto.com/kf/201708/666425.html

原创 如何在蘋果官網下載舊版本的Xcode

轉自:https://jingyan.baidu.com/article/73c3ce2811c6eee50343d9d2.html

原创 [Math Processing Error] 問題的解決(F5刷新頁面與 Ctrl/Shift + F5 刷新頁面的區別)

轉自:https://blog.csdn.net/lanchunhui/article/details/70313395

原创 更改audio src路徑後,獲取duration爲NaN的解決方法

轉自:https://blog.csdn.net/chenjineng/article/details/77650870

原创 iPhone X Web前端頁面適配(處理可愛的劉海)

轉自:https://blog.csdn.net/qq814374557/article/details/78675845

原创 max(min)-device-width和max(min)-width的區別

轉自:http://www.webkaka.com/tutorial/html/2015/082713/

原创 MathJax: 讓前端支持數學公式

轉自:https://www.jianshu.com/p/03a7bb984a1d 注意:配置$$行內顯示一定要兩個都寫上,不然無效,應該還是用的默認的  

原创 通過v-html指令渲染的富文本無法修改樣式的解決方案

轉自:https://www.cnblogs.com/minigrasshopper/p/8011900.html

原创 js將小數轉換爲百分數

function toPercent(point){             if (point==0) {                 return 0;             }             var str

原创 vue動態綁定disable實現禁用控件

https://blog.csdn.net/y_0927/article/details/85119120

原创 移動端禁止彈出層背景滾動

轉自:https://www.jianshu.com/p/0cc4e91ee05c 方案四親測有效

原创 一些關於使用axios的心得

一些關於使用axios的心得 其中部分也是我的心得,但更多是我要學習的地方。比如不在全局註冊axios

原创 vue過濾器filters獲取不到this對象

參考: https://github.com/vuejs/vue/issues/5998

原创 vue裏ref ($refs)用法

vue裏ref ($refs)用法

原创 vue中,實現錨點定位及跳轉(url不發生變化)

vue中,實現錨點定位及跳轉(url不發生變化)