欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

数字转换为 16 进制的数字字符串 有大用

app.service('hexafy', function() {

this.myFunc = function (x) {

        return x.toString(16);

    }

});


普通分类: