easy UI 中 TP路径写法

浏览:1074 发布日期:2014/11/30 分类:求助交流 关键字: easy ui tp
 add: function () {
            //添加一个新选项卡面板
            $("#box").tabs('add', {
                /*id:'xiuai',*/
                title: '添加信息',
                href: '/index.php/Pieces/priecesadd',
                cache: true, 
                iconCls: 'icon-add',
                closable: true
            });
如问题 在TP中 js文件中 href中的路径应该 怎么书写
php文件应该怎么 输出模板 试了正常的写法 都是返回json数组
最佳答案
评论( 相关
后面还有条评论,点击查看>>