django后台返回的数据使用ajax直接填充到前台页面的表格中

web前端页面:前端 <table id="myTable" cellpadding="1" cellspacing="0" border="1"> <caption align="top">流程管理</caption> <thead> <tr> <th>流程ID</th> <th>流程名称</th> <th>流程版本</th> <th>操做</th> </tr> </thead> <tbody>
相关文章
相关标签/搜索