测试
<p>测试<br/></p>
- 阅读更多 关于 测试
- 登录 发表评论
一叶子面膜
<p style="font-variant-numeric: normal; font-variant-east-asian: normal; line-height: normal; text-indent: 0em; white-space: normal; widows: 1; border: medium none; padding: 0px 0px 1px; text-align: center;"><span style="font-size: 18px;"><strong>产品介绍</strong></span><img src="http://cdn.app.1fenda.com/sites/default/files/group/24/images/201808/15…; title="1533614808.png" alt="分割线5.png"/></p><p>
- 阅读更多 关于 一叶子面膜
- 登录 发表评论
flex布局技巧
<div><p style="margin-top: 0px; margin-bottom: 20px;">2009年,W3C提出了flex布局,特点有</p><p style="margin-top: 0px; margin-bottom: 20px;">· 简便<br/>· 完整<br/>· 响应式</p><p style="margin-top: 0px; margin-bottom: 20px;">兼容性如下:<br/></p><p><br/></p><p style="margin-top: 0px; margin-bottom: 20px;"><a href="http://upload-images.jianshu.i
- 阅读更多 关于 flex布局技巧
- 登录 发表评论
German Design Council names Automotive Brand Contest and Bicycle Brand Contest 2018 winners: Dr Wolfgang Porsche named Brand Personality of the Year
<div style="box-sizing: border-box; color: rgb(85, 85, 85); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; white-space: normal; background-color: rgb(255, 255, 255);"><p>Automotive Brand Contest: Prize of honour<br/><br/></p></div><div><p>For 70 years the name Porsche has stood not just for a brand, but for an attitude. “Right from the early stages our family and employees formed a coherent and authentic 'Porsche DNA,' which delivers a very honest driving experience.
浅谈javascript中的观察者模式
<p style="margin-top: 0px; margin-bottom: 20px; color: rgb(85, 85, 85); font-family: "PingFang SC", "PingFang SC", "Microsoft YaHei", sans-serif; text-align: justify; white-space: normal; background-color: rgb(255, 255, 255);"><span style="font-size: 14px;">观察者模式是一种创建松散耦合代码的技术,它定义对象间一种一对多的依赖关系,当一个对象的状态发生改变时,所有依赖于它的对象都将得到通知。