1.0.4 • Published 5 years ago

new-first-npm v1.0.4

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

一个用来做实验的包

参数: obj

var obj = {
	a: 0,
	set a1(val) {
		this.a = val
	},
	get a1() {
		return this.a
	}
}

方法

function fn(val) {
	console.log('这里是fn方法');
}
1.0.4

5 years ago

1.0.2

5 years ago

1.0.0

5 years ago

1.0.1

5 years ago