Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>亂數假文test</title>
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<script src="http://more.handlino.com/javascripts/moretext-1.2.js" type="text/javascript"></script>
</head>
<body>
  <p><strong>使用說明:</strong></p>
    <ol>
        <li>如需限制每一句的字數,可以加入第二個參數表示字數上限,如 class="lipsum(1,60)" 表示產生一句 60 字以內的句子。 </li>
        <li>範圍表示每一句的字數:class="lipsum(3,20-50)"。前例表示產生三句話,每句話的字數皆為 20 字到 50 字間。</li>
        <li>請注意此處的小括號中間不能含有空白。</li>
    </ol>
    
    <hr>
    <strong>p.lipsum (預設)</strong> 
    <p class="lipsum"></p> 
    
    <hr>
    <strong>產生一句 60 字以內的句子。</strong>
    <p class="lipsum(1,60)"></p>
    
    <hr>
    <strong>產生三句話,每句話的字數皆為 20 字到 50 字間</strong>
    <p class="lipsum(3,20-50)"></p>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
gmwuworkpro
0viewers