标签:style blog color os io java div cti sp
用法一
<p>hello world!</p> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript"> jQuery.fn.goShop = function() { return this.each(function() { jQuery(‘body‘).append(‘<div>Purchase: ‘ + this.innerHTML + ‘</div>‘); }); } jQuery(‘p‘).goShop(); </script>
用法二
标签:style blog color os io java div cti sp
原文地址:http://www.cnblogs.com/cjy1993/p/3954314.html