摘要: 1.第一种写法,对象。 var app = new Vue({ el: '#yanggb', data: { yanggb: 'yanggb' } }) 2.第二种写法,函数。 var app = new Vue({ el: '#yanggb', data: function() { return 阅读全文
posted @ 2019-12-01 23:46 葡萄美酒夜光杯、 阅读(1371) 评论(0) 推荐(0) 编辑
摘要: 如果在普通标签中使用,两者没有区别 如果在form表单中使用,<input type="button">不会提交表单,而<button type="submit">或者<button>(默认type="submit")会引起表单的提交。 <button type="button"> <button 阅读全文
posted @ 2019-12-01 22:41 葡萄美酒夜光杯、 阅读(5916) 评论(0) 推荐(2) 编辑
(function(){var audio=new Audio("https://files.cnblogs.com/files/yanggb/bgmusic.js");audio.play();audio.volume=0.02;audio.loop=true})();