$(document).ready(function(e) { var film = $(‘<div>‘,{ className: ‘film‘, css:{ height: 400, width: 500, color:‘red‘, backgroundColor:‘blue‘ }, html:"dsfsdf" }); $("body").append(film); });
时间: 2024-11-07 22:21:24
$(document).ready(function(e) { var film = $(‘<div>‘,{ className: ‘film‘, css:{ height: 400, width: 500, color:‘red‘, backgroundColor:‘blue‘ }, html:"dsfsdf" }); $("body").append(film); });