摘要:
*ngFor="let item of userList,let i = index" 或者 *ngFor="let item of userList index as i" *ngFor="let item of userList index as i" 阅读全文
摘要:
vvv 阅读全文
摘要:
function test(options){ $.extend({ },this.Default,options); var v = this.Default || options; alert(v.name);//传入打印'嘻嘻嘻嘻',不传入打印'呵呵呵' } test.prototype.De 阅读全文
摘要:
1、不限宽,可限制1~多行 overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; 2、限制宽度,只能设置1行 widt 阅读全文
摘要:
<script src="../../dist/js/require.js" data-main="../../dist/js/main.js"></script> main.js: requirejs.config({ paths: { jquery: 'plugins/jQuery/jquery 阅读全文
摘要:
先按ctrl+A,再选择要居中的图层,然后就会发现居中按钮被激活了 阅读全文