我可以在一个横向页面中打印两个记录吗?
示例:
transform : function ( filePath, file, i, length ) {
var newPath = filePath.replace('/frontend/src', '');
console.log('inject script = '+ newPath);
return '<script src="/static/' + newPath + '"></script>';
}
答案 0 :(得分:1)
使用报告模板标记。每个标签都是一条记录。它工作得很好。 Access报告开发工具中有许多标签格式。