String 转Array数组 var str = new Buffer('1.mp3'); var array = Array.prototype.slice.call(str,0); //array即为1.mp3的十进制数组Array 转String ...
確定! 回上一頁