摘要:
String.prototype.format = function(args) { var result = this; if (arguments.length > 0) { if (arguments.length == 1 && typeof (args) == "object") { fo 阅读全文
摘要:
1:使用table和table-cell布局 2:使用flex布局 居中效果: 阅读全文
摘要:
运行效果: 阅读全文