在Jquery中,append函數的額功能是將function函數作為append的參數,該函數的功能是返回一個字符串,作為append方法插入點的內容。
示例:
- <script type="text/javascript">
- $(function() {
- $("div").append(retHtml); //插入內容
- function retHtml() {
- var str = " <b>Write Less Do More</b> ";
- return str;
- }
- })
- </script>