欢迎各位兄弟 发布技术文章
这里的技术是共享的
bower 和 npm 的区别:
transform的含义是:改变,使…变形;转换
https://www.php.cn/manual/view/19512.html 手册
https://www.runoob.com/
https://developer.mozilla.org/
https://www.w3school.com.cn/
app.service('hexafy', function() {
this.myFunc = function (x) {
return x.toString(16);
}
});
app.controller('myCtrl', function($scope, $interval) {
$scope.theTime = new Date().toLocaleTimeString();
$interval(function () {
}, 1000);