随笔分类 -  前端

摘要:原型: <script> // 构造函数 function Star(uname, age){ this.uname = uname; this.age = age; this.dance = function(){ console.log("跳舞"); } } Star.prototype.sin 阅读全文
posted @ 2022-08-05 14:30 一杯咖啡钱 阅读(14) 评论(0) 推荐(0) 编辑
摘要:在vue中TypeError: “_vm.xxxxx is not a function“ 有可能时methods单词写错或者方法名写错 阅读全文
posted @ 2022-02-10 00:53 一杯咖啡钱 阅读(6242) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示