来一起画一条大粗线,哈哈
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <title>Untitled Document</title>
- <script src="prototype.js">
- </script>
- </head>
- <body>
- <div id="insertionTest" style="font-size:20px;font-weight:bold">
- <hr>Insertion<hr>
- </div>
- <script>
-
- new Insertion.After("insertionTest", " After");
- new Insertion.Bottom("insertionTest", " Bottom");
- new Insertion.Top("insertionTest", " Top");
- new Insertion.Before("insertionTest", " Before");
- </script>
- </body>
- </html>
本文转自sucre03 51CTO博客,原文链接:http://blog.51cto.com/sucre/413359,如需转载请自行联系原作者