|
aa和bb是两个变量
var aa=$(this).children(":eq(1)").html();
var bb=$(this).children(":eq(0)").html();
要在地址里把他们连接起来
content: "<?php echo site_url('"shouye/tanchu?name="+aa“&hm=”+bb')?>"
或者是
content:'http://10.226.10.185:90/ci1/index.php/shouye/tanchu?xh='+aa'&hm='+bb
这两种方法都分别怎么写啊
调试报错是
Uncaught SyntaxError: Unexpected string |
|