vue.js中定義data中的屬性:
vue.html中定義一個按鈕,綁定點擊事件,入參即字符串:
vue.js的method中定義該點擊方法:
jsonSubmit: function (arg) { var that = this; var realInvoker = that[`${arg}`]; console.log("獲取到字符串對應的屬性:"+realInvoker) },
vue.js中定義data中的屬性:
vue.html中定義一個按鈕,綁定點擊事件,入參即字符串:
vue.js的method中定義該點擊方法:
jsonSubmit: function (arg) { var that = this; var realInvoker = that[`${arg}`]; console.log("獲取到字符串對應的屬性:"+realInvoker) },
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。