1.0.4 • Published 6 years ago

new-first-npm v1.0.4

Weekly downloads
1
License
ISC
Repository
-
Last release
6 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

6 years ago

1.0.2

6 years ago

1.0.0

6 years ago

1.0.1

6 years ago