随机生成 字体大小--转
生活随笔
收集整理的這篇文章主要介紹了
随机生成 字体大小--转
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
??? 原文: http://www.cnblogs.com/fsy0718/archive/2013/04/24/3041437.html
<script type="text/javascript">
????????
??????? //頁面加載
??????? $(function () {
??????????? $('div a').each(function () {
??????????????? $(this).css('fontSize', (getFontSize = function () {
??????????????????? fontsize = Math.round(Math.random() * 30) / 10
??????????????????? if (fontsize < 1) {
??????????????????????? return getFontSize()
??????????????????? }
??????????????????? return fontsize
??????????????? })() + 'em')
??????????? })
??????? });
??? </script>
轉載于:https://www.cnblogs.com/ry123/archive/2013/04/25/3042158.html
總結
以上是生活随笔為你收集整理的随机生成 字体大小--转的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 金属的特性只是一种状态
- 下一篇: Windows Error Report