Link

Results 27 comments of Link
trafficstars

@fz-marchen 已经很久没有使用了,具体请看作者提供的文档 [目的地](https://binaryify.github.io/NeteaseCloudMusicApi/#/?id=%e5%8f%af%e4%bb%a5%e4%bd%bf%e7%94%a8%e4%bb%a3%e7%90%86) @wagaman 应该需要重启服务。

请注意你们项目中使用的版本

I think you have replied in other issues that you do not intend to support tag writing. Unfortunately, I don’t know much about this technology, otherwise I can provide some...

```javascript String.fromCharCode(...[...'abC'].map(item => item.charCodeAt() < 97 ? item.charCodeAt() + 32 : item.charCodeAt() - 32)) ```

随机彩票生成代码,**娱乐** ```javascript const chalk = require('chalk') // 安装chalk let num = process.argv.filter(item => /^[0-9]+$/.test(+item)) num = num.length === 1 ? num[0] : 20 function p (c) { return new Promise((resolve)...

```javascript function sortPoke () { const right = [1,2,3,4,5,6,7,8,9,10,11,12,13] const left = right.splice(0, (right.length | 0) / 2) var r = [] while (left.length || right.length) { const r1 =...

不喜欢递归。 ```javascript function expand (obj) { var keys = Object.keys(obj) var map = {} while (keys.length) { var current = keys.shift() var key = current.split('.') var tmp = {} for...

数组里面还包含引用传递的对象没有管 ```javascript function equal (source, target) { var to = Object.prototype.toString var q1 = to.call(source) var q2 = to.call(target) if (q1 === '[object Array]' && q2 === '[object Array]') {...

可以把日志发出来。日志目录 `{app}/logs/main.log`