摘要: //简单声明 Demo(){ //.... } //复杂的声明 Demo:function(){ //.... } //控制台打印语句 console.log(.....) 在其他函数中调用使用 this. Demo01:function(){ console.log("调用Demo函数") //函 阅读全文
posted @ 2021-10-22 12:11 花生又叫二花深 阅读(88) 评论(0) 推荐(0)