摘要:
//点击添加按钮 $("#add").click(function () { //layer.msg("添加"); var data = { "stuAge": 20, "stuClass": 2, "stuName": "诸葛大力", "stuStatus": 1 }; alert(data); 阅读全文
posted @ 2020-01-14 15:14
夜神月君
阅读(454)
评论(0)
推荐(0)