标签:
$(document).ready(function(e) { var film = $(‘<div>‘,{ className: ‘film‘, css:{ height: 400, width: 500, color:‘red‘, backgroundColor:‘blue‘ }, html:"dsfsdf" }); $("body").append(film); });
标签:
原文地址:http://www.cnblogs.com/pmx-pmx/p/4987918.html