我的git cmd不能换行啊,一按enter键就执行了
url.format({
protocol: 'http:',
slashes: true,
auth: null,
host: '127.0.0.1:1337',
port: '1337',
hostname: '127.0.0.1',
hash: null,
search: null,
query: null,
pathname: '/',
path: '/',
href: 'http://127.0.0.1:1337/' })
url.format({
protocol: 'http:',
slashes: true,
auth: null,
host: '127.0.0.1:1337',
port: '1337',
hostname: '127.0.0.1',
hash: null,
search: null,
query: null,
pathname: '/',
path: '/',
href: 'http://127.0.0.1:1337/' })
2017-06-29
@hotalice 就该视频项目而言,本身就是为了得到最后一个赋值,每一次赋值都推入数组中,只需要将变量放到循环外去定义即可,搞不懂为何要使用闭包。而且,闭包并不能改善内存损耗,反而你还要注意主动销毁相关变量。
2017-06-28