摘要:
https://github.com/jakubpawlowicz/clean-css-cli https://davidwalsh.name/clean-css 阅读全文
摘要:
location.href 跳转之后,原来位置下面的代码还会继续执行 阅读全文
摘要:
https://www.npmjs.com/package/uglify-es 阅读全文
摘要:
阅读全文
摘要:
1 判断是否为数组类型 2 判断是否为字符串类型 3 判断是否为数值类型 4 判断是否为日期类型 5 判断是否为函数 6 判断是否为对象 1 判断是否为数组类型 linenum 2 判断是否为字符串类型 linenum 3 判断是否为数值类型 linenum 4 判断是否为日期类型 linenum 5 判断是否为函数 linenum 6 判断是否为对象 用途: 很强大,也很... 阅读全文
摘要:
angular.module('app', []) .controller('ItemController', function($scope, $interval) { // store the interval promise in this variable var promise; // simulated items array ... 阅读全文
摘要:
function myFunc() { console.log(11111); } test("myFunc"); function test(funcName) { if(typeof(eval(funcName)) == "function"){ eval(funcName+... 阅读全文
摘要:
注意 $scope.$apply 调用时的位置 阅读全文