06 2019 档案
摘要:import Login from './Login' export default { install: function(Vue){ Vue.component('Login', Login); } } // The Vue build version to load with the `import` command // (runtime...
阅读全文
摘要:副歌: 15634125 一拍 repeat 156343251 二拍
阅读全文
摘要:《彩虹》 4/4 原调 C 选调 C BPM:65 前奏:C -- Dm7 -- C/E -- Dm7 三段体 A段: C -- Dm7 -- C/E -- Dm7 ( ) C -- E7/B -- Am -- Am/G ( ) F -- G7/F -- Em7 -- Am7 ( ) Dm7 --
阅读全文
摘要:var thisExtends = function () { var args = [].slice.call(arguments).filter(function (item) { return item.mi !== undefined; }); return args; ...
阅读全文
摘要:两者区别: call(this,1,2,3,4):一个是函数运行的作用域(this),另一个是必须列举出来的参数。 apply(this,arguments):一个是函数运行的作用域(this),另一个是参数数组。 两者相同点: 1、都是在特定的作用域中调用函数,等于设置函数体内this对象的值,以
阅读全文
摘要:https://www.jianshu.com/p/155757d2b9eb <!-- wxPay --SDK--> <script src="https://res.wx.qq.com/open/js/jweixin-1.4.0.js"></script> goWXPay(obj){ //wxpa
阅读全文