课程
/前端开发
/jQuery
/jQuery基础课程
$.ajax({ url : 'php/main.php', data : { num : $('#txt').val() }, type : 'post', success : function(data){ $('ul').append('<li></li>'); } });
2014-07-20
源自:jQuery基础课程 8-7
正在回答
举报
加入课程学习,有效提高前端开发速度