看了幫助文檔,沒看明白以下是html部分,雙擊table的tr會觸發一個dblclick<script type="text/javascript"> ??$("#box1 table tbody tr").dblclick(function(){// alert($(this).children(":eq(0)").html());? layer.open({? ? ? ? type: 2,? ? ? ? //skin: 'layui-layer-lan',? ? ? ? title: '修改或添加電話記錄',? ? ? ? fix: false,? ? ? ? shadeClose: true,? ? ? ? maxmin: true,? ? ? ? area: ['700px', '670px'],? ? ? ? content: "<?php ?echo site_url('shouye/tanchu')?>",$aa,? ? });});</script>以下是路由的部分public function tanchu(){? $data = array(? ? 'aa' => $this->input->post('aa'));? ? p($data);}路由部分怎么獲取到$aa的值啊
添加回答
舉報
0/150
提交
取消