# Jam.py ## Docs - [Jam.py 文档目录](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/contents.html) - [Jam.py V7 文档](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/index.html) - [入门指南](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/intro/index.html) - [安装](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/intro/install.html) - [理解 admin.sqlite](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/intro/admin.html) - [演示项目](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/intro/demo_project.html) - [部署](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/intro/deployment.html) - [创建项目](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/intro/new_project.html) - [自定义表单](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/intro/tutorial01/customizing_forms.html) - [过滤器](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/intro/tutorial01/filters.html) - [教程 第一部分:第一个项目](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/intro/tutorial01/index.html) - [新建项目(project)](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/intro/tutorial01/new_project.html) - [新建主表目录(catalog)](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/intro/tutorial01/new_catalog.html) - [查找字段](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/intro/tutorial01/lookup_fields.html) - [查找列表(Lookup lists)](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/intro/tutorial01/lookup_list.html) - [索引](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/intro/tutorial01/indexes.html) - [教程 第二部分:文件和图像字段](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/intro/tutorial02/index.html) - [教程 第三部分:明细表](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/intro/tutorial03/index.html) - [Jam.py 编程](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/programming/index.html) - [任务树](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/programming/task_tree.html) - [公共字段](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/programming/data/common_fields.html) - [数据集](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/programming/data/dataset.html) - [明细表](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/programming/data/details.html) - [字段](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/programming/data/fields.html) - [筛选记录](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/programming/data/filtering_records.html) - [过滤器](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/programming/data/filters.html) - [数据编程](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/programming/data/index.html) - [浏览数据集](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/programming/data/navigating_datasets.html) - [查找字段](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/programming/data/lookup_fields.html) - [修改数据集](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/programming/data/modifying_datasets.html) - [数据感知控件](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/programming/interface/data_controls.html) - [表单事件](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/programming/interface/form_events.html) - [表单示例](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/programming/interface/form_examples.html) - [表单选项](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/programming/interface/form_options.html) - [表单模板](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/programming/interface/form_templates.html) - [表单](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/programming/interface/forms.html) - [客户端编程](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/programming/interface/index.html) - [Index.html](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/programming/interface/index_html.html) - [templates.html](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/programming/interface/templates_html.html) - [初始化应用程序](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/programming/interface/initializing_application.html) - [使用模块](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/programming/modules.html) - [客户端报表编程](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/programming/reports/client_side_programming.html) - [创建报表](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/programming/reports/creating_report.html) - [报表编程](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/programming/reports/index.html) - [报表模板](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/programming/reports/templates.html) - [报表参数](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/programming/reports/report_parameters.html) - [服务器端报表编程](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/programming/reports/server_side_programming.html) - [保留字](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/programming/reserved.html) - [服务器端编程](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/programming/server/index.html) - [on_apply 事件](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/programming/server/on_apply_events.html) - [on_open_events](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/programming/server/on_open_events.html) - [工作流程](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/programming/workflow.html) - [Jam.py 常见问题](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/faq/index.html) - [外键的作用是什么?](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/faq/faq_foreign_keys.html) - [主表目录和业务台账的区别](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/faq/faq_catalogs_vs_journals.html) - [如何将已创建的项目升级到新版本的 Jam.py?](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/faq/faq_howto_upgrade_existing_project.html) - [打印报表时我得到的是 ods 文件而不是 pdf](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/faq/faq_print_ods_pdf.html) - [我可以在应用程序中使用其他库吗?](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/faq/faq_using_other_libraries.html) - [如何 ...](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/how_to/index.html) - [如何在 Windows 上安装 Jam.py](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/how_to/how_to_install_on_windows.html) - [如何让用户能够修改密码](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/how_to/authentication/how_give_user_ability_to_change_password.html) - [如何通过自定义用户表进行认证](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/how_to/authentication/how_to_authenticate_from_custom_users_table.html) - [如何创建用户注册表单](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/how_to/authentication/how_to_create_registration_form.html) - [认证](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/how_to/authentication/index.html) - [在 AWS 上部署 Jam.py 的逐步指南](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/how_to/deploy/a_step-by-step_guide_to_deploy_a_jam_py_on_the_aws.html) - [如何在 PythonAnywhere 上部署项目](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/how_to/deploy/how_to_deploy_project_on_pythonanywhere.html) - [如何在 Linux Apache HTTP 服务器上部署 Jam-py 应用?](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/how_to/deploy/how_to_deploy_to_linux_apache.html) - [Nginx 配合 Gunicorn 或 uvicorn 的使用,如何实现?](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/how_to/deploy/how_to_do_with_gunicorn.html) - [如何部署](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/how_to/deploy/index.html) - [CSV 文件的导入与导出](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/how_to/export_import_csv_files.html) - [如何编写具有全局作用域的函数 ?](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/how_to/global_scripts.html) - [如何批量修改选中记录的字段值](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/how_to/how_change_field_value_of_selected_records.html) - [如何给表单添加按钮](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/how_to/how_to_add_a_button_to_a_form.html) - [如何在后台执行计算](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/how_to/how_to_calculations_in_the_background.html) - [如何更改表单中元素的样式和属性](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/how_to/how_to_change_style_and_attributes_of_elements.html) - [如何创建自定义菜单](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/how_to/how_to_create_a_custom_menu.html) - [在表单之间导航并保留数据的方法](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/how_to/how_to_create_a_forms_flow.html) - [如何使用其他数据库中的数据](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/how_to/how_to_data_from_other_database_tables.html) - [支持在明细表中嵌套明细表吗?](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/how_to/how_to_details_inside_details.html) - [如何从客户端执行 Python 代码](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/how_to/how_to_execute_script_from_client.html) - [如何实现多对多关系 ?](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/how_to/how_to_implement_a_many-to-many_relationship.html) - [如何关联两个数据表](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/how_to/how_to_link_two_tables.html) - [如何从开发环境迁移到生产环境](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/how_to/how_to_migrate_development_to_production.html) - [如何迁移到另一个数据库](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/how_to/how_to_migrate_to_another_database.html) - [如何将 v5 项目迁移到 v7](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/how_to/how_to_migrate_to_v7.html) - [如何实现基础的多用户?例如,让不同用户拥有各自独立的数据。](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/how_to/how_to_multitenancy.html) - [如何防止表的字段中出现重复值](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/how_to/how_to_prevent_duplicate_values.html) - [如何禁止更改记录](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/how_to/how_to_prohibit_changing_record.html) - [如何处理来自其他应用或服务的请求,或获取其数据](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/how_to/how_to_request_from_other_application.html) - [如何在服务器端的同一个事务中保存两个表的变更](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/how_to/how_to_save_changes_to_two_tables_in_same_transaction.html) - [如何在不关闭编辑表单的情况下保存数据](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/how_to/how_to_save_edit_form_without_closing_it.html) - [我可以让 Jam.py 使用现有的数据库吗](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/how_to/how_to_use_jam_py_with_existing_database.html) - [如何验证字段的值](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/how_to/how_to_validate_field_value.html) - [如何编写测试](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/how_to/how_to_write_tests.html) - [如何在不打开视图表单的情况下使用编辑表单追加记录?](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/how_to/to_append_a_record_without_view_form.html) - [应用程序构建器](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/admin/index.html) - [项目管理](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/admin/project/index.html) - [参数](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/admin/project/parameters.html) - [数据库](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/admin/project/database.html) - [导出](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/admin/project/export.html) - [查找](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/admin/project/find.html) - [导入](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/admin/project/import.html) - [导出/导入元数据](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/admin/project/metadata_file.html) - [打印](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/admin/project/print.html) - [角色](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/admin/roles.html) - [用户](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/admin/users.html) - [代码编辑器](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/admin/code_editor.html) - [任务](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/admin/task.html) - [组](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/admin/groups/index.html) - [实体项的组编辑器](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/admin/groups/item_group_editor.html) - [报表的组编辑器](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/admin/groups/report_group_editor.html) - [实体项编辑器](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/admin/groups/table_group_editor.html) - [实体项](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/admin/items/index.html) - [实体项编辑器对话框](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/admin/items/item_editor_dialog.html) - [字段编辑器对话框](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/admin/items/field_editor_dialog.html) - [编辑表单对话框](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/admin/items/edit_form_dialog.html) - [查看表单对话框](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/admin/items/view_form_dialog.html) - [过滤器对话框](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/admin/items/filters_dialog.html) - [明细表对话框](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/admin/items/details_dialog.html) - [排序对话框](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/admin/items/order_dialog.html) - [索引对话框](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/admin/items/indices_dialog.html) - [报表对话框](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/admin/items/reports_dialog.html) - [外键对话框](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/admin/items/foreign_keys_dialog.html) - [明细表](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/admin/details.html) - [查找列表对话框](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/admin/lookup_lists.html) - [导入现有数据库表](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/admin/integration_with_existing_database.html) - [保存用户所做的审计追踪/变更历史记录](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/admin/saving_history.html) - [记录锁定](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/admin/record_locking.html) - [语言支持](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/admin/language_support.html) - [语言翻译](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/admin/language_translation.html) - [可接受的字符串](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/admin/accept_string.html) - [自定义构建器](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/admin/customisation.html) - [路由](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/admin/routing.html) - [数据转义清理](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/admin/sanitizing.html) - [Jam.py 类的参考](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/index.html) - [客户端的 (javascript) 类参考](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/index.html) - [AbstractItem 类](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/abstractitem_api.html) - [ID](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/abstr_item/at_id.html) - [item_caption](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/abstr_item/at_item_caption.html) - [item_name](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/abstr_item/at_item_name.html) - [item_type](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/abstr_item/at_item_type.html) - [items](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/abstr_item/at_items.html) - [owner](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/abstr_item/at_owner.html) - [task](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/abstr_item/at_task.html) - [abort](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/abstr_item/m_abort.html) - [alert](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/abstr_item/m_alert.html) - [can_view](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/abstr_item/m_can_view.html) - [each_item](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/abstr_item/m_each_item.html) - [hide_message](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/abstr_item/m_hide_message.html) - [item_by_ID](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/abstr_item/m_item_by_id.html) - [load_module](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/abstr_item/m_load_module.html) - [load_modules](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/abstr_item/m_load_modules.html) - [load_script](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/abstr_item/m_load_script.html) - [message](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/abstr_item/m_message.html) - [question](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/abstr_item/m_question.html) - [server](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/abstr_item/m_server.html) - [warning](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/abstr_item/m_warn.html) - [yes_no_cancel](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/abstr_item/m_yes_no_cancel.html) - [Task Task 类](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/task_api.html) - [forms_container](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/task/at_forms_container.html) - [forms_in_tabs](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/task/at_forms_in_tabs.html) - [safe_mode](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/task/at_safe_mode.html) - [templates](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/task/at_templates.html) - [user_info](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/task/at_user_info.html) - [add_tab](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/task/m_add_tab.html) - [close_tab](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/task/m_close_tab.html) - [create_menu](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/task/m_create_menu.html) - [init_tabs](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/task/m_init_tabs.html) - [load](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/task/m_load.html) - [login](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/task/m_login.html) - [logout](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/task/m_logout.html) - [set_forms_container](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/task/m_set_forms_container.html) - [upload](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/task/m_upload.html) - [on_edit_form_close_query](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/task/on_edit_form_close_query.html) - [on_edit_form_created](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/task/on_edit_form_created.html) - [on_edit_form_keydown](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/task/on_edit_form_keydown.html) - [on_edit_form_keyup](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/task/on_edit_form_keyup.html) - [on_edit_form_shown](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/task/on_edit_form_shown.html) - [on_filter_form_close_query](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/task/on_filter_form_close_query.html) - [on_filter_form_created](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/task/on_filter_form_created.html) - [on_filter_form_shown](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/task/on_filter_form_shown.html) - [on_page_loaded](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/task/on_page_loaded.html) - [on_param_form_close_query](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/task/on_param_form_close_query.html) - [on_param_form_created](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/task/on_param_form_created.html) - [on_param_form_shown](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/task/on_param_form_shown.html) - [on_view_form_close_query](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/task/on_view_form_close_query.html) - [on_view_form_created](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/task/on_view_form_created.html) - [on_view_form_keydown](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/task/on_view_form_keydown.html) - [on_view_form_keyup](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/task/on_view_form_keyup.html) - [on_view_form_shown](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/task/on_view_form_shown.html) - [Group Group 类](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item_group_api.html) - [on_edit_form_close_query](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/group/on_edit_form_close_query.html) - [on_edit_form_created](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/group/on_edit_form_created.html) - [on_edit_form_keydown](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/group/on_edit_form_keydown.html) - [on_edit_form_keyup](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/group/on_edit_form_keyup.html) - [on_edit_form_shown](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/group/on_edit_form_shown.html) - [on_filter_form_close_query](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/group/on_filter_form_close_query.html) - [on_filter_form_created](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/group/on_filter_form_created.html) - [on_filter_form_shown](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/group/on_filter_form_shown.html) - [on_view_form_close_query](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/group/on_view_form_close_query.html) - [on_view_form_created](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/group/on_view_form_created.html) - [on_view_form_keydown](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/group/on_view_form_keydown.html) - [on_view_form_keyup](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/group/on_view_form_keyup.html) - [on_view_form_shown](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/group/on_view_form_shown.html) - [Item class](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item_api.html) - [active](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/at_active.html) - [can_modify](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/at_can_modify.html) - [details](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/at_details.html) - [edit_form](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/at_edit_form.html) - [edit_options](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/at_edit_options.html) - [fields](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/at_fields.html) - [filter_form](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/at_filter_form.html) - [filter_options](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/at_filter_options.html) - [Filtered](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/at_filtered.html) - [filters](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/at_filters.html) - [item_state](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/at_item_state.html) - [log_changes](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/at_log_changes.html) - [lookup_field](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/at_lookup_field.html) - [paginate](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/at_paginate.html) - [permissions](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/at_permissions.html) - [read_only](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/at_read_only.html) - [rec_count](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/at_rec_count.html) - [rec_no](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/at_rec_no.html) - [selections](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/at_selections.html) - [table_options](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/at_table_options.html) - [view_form](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/at_view_form.html) - [view_options](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/at_view_options.html) - [virtual_table](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/at_virtual_table.html) - [add_edit_button](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_add_edit_button.html) - [add_view_button](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_add_view_button.html) - [append](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_append.html) - [append_record](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_append_record.html) - [apply](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_apply.html) - [apply_record](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_apply_record.html) - [assign_filters](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_assign_filters.html) - [bof](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_bof.html) - [calc_summary](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_calc_summary.html) - [can_create](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_can_create.html) - [can_delete](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_can_delete.html) - [can_edit](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_can_edit.html) - [cancel](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_cancel.html) - [cancel_edit](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_cancel_edit.html) - [clear_filters](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_clear_filters.html) - [clone](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_clone.html) - [close](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_close.html) - [close_edit_form](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_close_edit_form.html) - [close_filter_form](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_close_filter_form.html) - [close_view_form](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_close_view_form.html) - [copy](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_copy.html) - [create_detail_views](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_create_detail_views.html) - [create_edit_form](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_create_edit_form.html) - [create_filter_form](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_create_filter_form.html) - [create_filter_inputs](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_create_filter_inputs.html) - [create_inputs](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_create_inputs.html) - [create_table](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_create_table.html) - [create_view_form](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_create_view_form.html) - [delete](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_delete.html) - [delete_record](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_delete_record.html) - [disable_controls](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_disable_controls.html) - [disable_edit_form](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_disable_edit_form.html) - [each](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_each.html) - [each_detail](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_each_detail.html) - [each_field](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_each_field.html) - [each_filter](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_each_filter.html) - [edit](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_edit.html) - [edit_record](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_edit_record.html) - [enable_controls](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_enable_controls.html) - [enable_edit_form](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_enable_edit_form.html) - [eof](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_eof.html) - [field_by_name](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_field_by_name.html) - [filter_by_name](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_filter_by_name.html) - [first](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_first.html) - [insert](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_insert.html) - [insert_record](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_insert_record.html) - [is_changing](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_is_changing.html) - [is_edited](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_is_editing.html) - [is_modified](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_is_modified.html) - [is_new](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_is_new.html) - [last](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_last.html) - [locate](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_locate.html) - [next](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_next.html) - [open](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_open.html) - [post](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_post.html) - [prior](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_prior.html) - [record_count](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_record_count.html) - [refresh_page](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_refresh_page.html) - [refresh_record](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_refresh_record.html) - [search](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_search.html) - [select_records](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_select_records.html) - [set_fields](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_set_fields.html) - [set_order_by](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_set_order_by.html) - [set_where](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_set_where.html) - [show_history](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_show_history.html) - [update_controls](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_update_controls.html) - [view](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/m_view.html) - [master_applies](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/master_applies.html) - [on_after_append](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_after_append.html) - [on_after_apply](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_after_apply.html) - [on_after_cancel](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_after_cancel.html) - [on_after_delete](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_after_delete.html) - [on_after_edit](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_after_edit.html) - [on_after_open](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_after_open.html) - [on_after_post](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_after_post.html) - [on_after_scroll](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_after_scroll.html) - [on_before_append](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_before_append.html) - [on_before_apply](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_before_apply.html) - [on_before_cancel](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_before_cancel.html) - [on_before_delete](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_before_delete.html) - [on_before_edit](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_before_edit.html) - [on_before_field_changed](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_before_field_changed.html) - [on_before_open](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_before_open.html) - [on_before_post](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_before_post.html) - [on_before_print_report](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_before_print_report.html) - [on_before_scroll](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_before_scroll.html) - [on_detail_changed](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_detail_changed.html) - [on_edit_form_close_query](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_edit_form_close_query.html) - [on_edit_form_created](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_edit_form_created.html) - [on_edit_form_keydown](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_edit_form_keydown.html) - [on_edit_form_keyup](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_edit_form_keyup.html) - [on_edit_form_shown](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_edit_form_shown.html) - [on_field_changed](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_field_changed.html) - [on_field_get_html](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_field_get_html.html) - [on_field_get_summary](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_field_get_summary.html) - [on_field_get_text](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_field_get_text.html) - [on_field_select_value](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_field_select_value.html) - [on_field_validate](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_field_validate.html) - [on_filter_changed](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_filter_changed.html) - [on_filter_form_close_query](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_filter_form_close_query.html) - [on_filter_form_created](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_filter_form_created.html) - [on_filter_form_shown](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_filter_form_shown.html) - [on_filter_record](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_filter_record.html) - [on_filters_applied](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_filters_applied.html) - [on_open_report](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_open_report.html) - [on_param_select_value](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_param_changed.html) - [on_param_form_close_query](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_param_form_close_query.html) - [on_param_form_created](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_param_form_created.html) - [on_param_form_shown](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_param_form_shown.html) - [on_param_select_value](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_param_select_value.html) - [on_view_form_close_query](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_view_form_close_query.html) - [on_view_form_created](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_view_form_created.html) - [on_view_form_keydown](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_view_form_keydown.html) - [on_view_form_keyup](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_view_form_keyup.html) - [on_view_form_shown](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/on_view_form_shown.html) - [process_table_row](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/item/process_table_row.html) - [Detail Detail 类](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/detail_api.html) - [master](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/detail/at_master.html) - [Reports Reports 类](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/report_group_api.html) - [on_before_print_report](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/reports/on_before_print_report.html) - [on_open_report](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/reports/on_open_report.html) - [on_param_form_close_query](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/reports/on_param_form_close_query.html) - [on_param_form_created](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/reports/on_param_form_created.html) - [on_param_form_shown](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/reports/on_param_form_shown.html) - [Report Report 类](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/report_api.html) - [extension](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/report/at_extension.html) - [param_form](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/report/at_param_form.html) - [param_options](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/report/at_param_options.html) - [close_param_form](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/report/m_close_param_form.html) - [create_param_form](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/report/m_create_param_form.html) - [create_param_inputs](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/report/m_create_param_inputs.html) - [print](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/report/m_print.html) - [process_report](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/report/m_process_report.html) - [on_before_print_report](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/report/on_before_print_report.html) - [on_open_report](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/report/on_open_report.html) - [on_param_form_close_query](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/report/on_param_form_close_query.html) - [on_param_form_created](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/report/on_param_form_created.html) - [on_param_form_shown](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/report/on_param_form_shown.html) - [Field Field 类](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/field_api.html) - [display_text](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/field/at_display_text.html) - [field_caption](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/field/at_field_caption.html) - [field_mask](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/field/at_field_mask.html) - [field_name](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/field/at_field_name.html) - [field_size](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/field/at_field_size.html) - [field_type](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/field/at_field_type.html) - [lookup_text](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/field/at_lookup_text.html) - [lookup_type](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/field/at_lookup_type.html) - [lookup_value](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/field/at_lookup_value.html) - [owner](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/field/at_owner.html) - [raw_value](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/field/at_raw_value.html) - [Field read_only](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/field/at_read_only.html) - [required](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/field/at_required.html) - [text](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/field/at_text.html) - [value](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/field/at_value.html) - [download](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/field/m_download.html) - [open](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/field/m_open.html) - [Filter Filter 类](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/filter_api.html) - [filter_caption](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/filter/at_filter_caption.html) - [filter_name](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/filter/at_filter_name.html) - [owner](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/filter/at_owner.html) - [value](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/filter/at_value.html) - [visible](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/client/filter/at_visible.html) - [服务端 (python) 的类参考](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/index.html) - [App 类](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/app_api.html) - [admin](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/app/at_admin.html) - [task](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/app/at_task.html) - [AbstractItem 类](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/abstractitem_api.html) - [environ](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/abstr_item/at_environ.html) - [ID](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/abstr_item/at_id.html) - [item_caption](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/abstr_item/at_item_caption.html) - [item_name](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/abstr_item/at_item_name.html) - [item_type](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/abstr_item/at_item_type.html) - [items](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/abstr_item/at_items.html) - [owner](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/abstr_item/at_owner.html) - [session](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/abstr_item/at_session.html) - [task](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/abstr_item/at_task.html) - [can_view](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/abstr_item/m_can_view.html) - [item_by_ID](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/abstr_item/m_item_by_id.html) - [Task 类](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/task_api.html) - [app](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/task/at_app.html) - [work_dir](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/task/at_work_dir.html) - [check_password_hash](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/task/m_check_password_hash.html) - [connect](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/task/m_connect.html) - [copy_database](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/task/m_copy_database.html) - [create_connection](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/task/m_create_connection.html) - [create_connection_ex](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/task/m_create_connection_ex.html) - [execute](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/task/m_execute.html) - [generate_password_hash](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/task/m_generate_password_hash.html) - [lock](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/task/m_lock.html) - [redirect](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/task/m_redirect.html) - [select](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/task/m_select.html) - [serve_page](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/task/m_serve_page.html) - [on_created](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/task/on_created.html) - [on_ext_request](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/task/on_ext_request.html) - [on_login](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/task/on_login.html) - [on_logout](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/task/on_logout.html) - [on_request](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/task/on_request.html) - [Group 类](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item_group_api.html) - [master](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/detail/at_master.html) - [Detail 类](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/detail_api.html) - [display_text](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/field/at_display_text.html) - [field_caption](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/field/at_field_caption.html) - [field_name](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/field/at_field_name.html) - [field_size](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/field/at_field_size.html) - [field_type](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/field/at_field_type.html) - [lookup_text](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/field/at_lookup_text.html) - [lookup_value](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/field/at_lookup_value.html) - [owner](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/field/at_owner.html) - [raw_value](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/field/at_raw_value.html) - [read_only](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/field/at_read_only.html) - [required](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/field/at_required.html) - [text](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/field/at_text.html) - [value](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/field/at_value.html) - [Field 类](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/field_api.html) - [filter_name](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/filter/at_filter_name.html) - [owner](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/filter/at_owner.html) - [value](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/filter/at_value.html) - [Filter 类](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/filter_api.html) - [active](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/at_active.html) - [details](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/at_details.html) - [fields](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/at_fields.html) - [filters](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/at_filters.html) - [item_state](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/at_item_state.html) - [log_changes](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/at_log_changes.html) - [rec_no](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/at_rec_no.html) - [table_name](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/at_table_name.html) - [virtual_table](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/at_virtual_table.html) - [append](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/m_append.html) - [apply](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/m_apply.html) - [bof](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/m_bof.html) - [can_create](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/m_can_create.html) - [can_delete](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/m_can_delete.html) - [can_edit](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/m_can_edit.html) - [cancel](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/m_cancel.html) - [clear_filters](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/m_clear_filters.html) - [close](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/m_close.html) - [copy](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/m_copy.html) - [delete](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/m_delete.html) - [edit](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/m_edit.html) - [eof](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/m_eof.html) - [field_by_name](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/m_field_by_name.html) - [filter_by_name](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/m_filter_by_name.html) - [first](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/m_first.html) - [insert](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/m_insert.html) - [is_changing](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/m_is_changing.html) - [is_edited](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/m_is_editing.html) - [is_modified](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/m_is_modified.html) - [is_new](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/m_is_new.html) - [last](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/m_last.html) - [locate](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/m_locate.html) - [next](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/m_next.html) - [open](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/m_open.html) - [post](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/m_post.html) - [prior](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/m_prior.html) - [record_count](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/m_record_count.html) - [set_fields](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/m_set_fields.html) - [set_order_by](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/m_set_order_by.html) - [set_where](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/m_set_where.html) - [on_after_apply_record](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/on_after_apply_record.html) - [on_after_generate](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/on_after_generate.html) - [on_after_open](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/on_after_open.html) - [on_apply](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/on_apply.html) - [on_before_apply_record](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/on_before_apply_record.html) - [on_before_generate](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/on_before_generate.html) - [on_before_open](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/on_before_open.html) - [on_convert_report](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/on_convert_report.html) - [on_created](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/on_created.html) - [on_generate](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/on_generate.html) - [on_login](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/on_login.html) - [on_logout](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/on_logout.html) - [on_open](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/on_open.html) - [on_parsed](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/on_parsed.html) - [on_request](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item/on_request.html) - [Item 类](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/item_api.html) - [report_filename](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/report/at_report_filename.html) - [report_url](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/report/at_report_url.html) - [template](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/report/at_template.html) - [generate](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/report/m_generate.html) - [hide_columns](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/report/m_hide_columns.html) - [print_band](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/report/m_print_band.html) - [on_after_generate](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/report/on_after_generate.html) - [on_before_generate](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/report/on_before_generate.html) - [on_generate](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/report/on_generate.html) - [on_parsed](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/report/on_parsed.html) - [Report 类](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/report_api.html) - [Reports 类](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/report_group_api.html) - [on_convert_report](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/server/reports/on_convert_report.html) - [Jam.py 异常](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/refs/exceptions/index.html) - [发行说明](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/index.html) - [版本 1](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version_1.html) - [Jam.py 路线图](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/roadmap.html) - [版本 5](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version 5/index.html) - [版本 5.0.1](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version 5/version_5_0_1.html) - [版本 5.1.1](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version 5/version_5_1_1.html) - [版本 5.2.1](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version 5/version_5_2_1.html) - [版本 5.3.1](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version 5/version_5_3_1.html) - [版本 5.3.3](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version 5/version_5_3_3.html) - [版本 5.4.1](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version 5/version_5_4_1.html) - [版本 5.4.109](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version 5/version_5_4_109.html) - [版本 5.4.11](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version 5/version_5_4_11.html) - [版本 5.4.14](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version 5/version_5_4_14.html) - [版本 5.4.15](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version 5/version_5_4_15.html) - [版本 5.4.21](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version 5/version_5_4_21.html) - [版本 5.4.22](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version 5/version_5_4_22.html) - [版本 5.4.23](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version 5/version_5_4_23.html) - [版本 5.4.24](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version 5/version_5_4_24.html) - [版本 5.4.27](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version 5/version_5_4_27.html) - [版本 5.4.29](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version 5/version_5_4_29.html) - [版本 5.4.30](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version 5/version_5_4_30.html) - [版本 5.4.31](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version 5/version_5_4_31.html) - [版本 5.4.36](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version 5/version_5_4_36.html) - [版本 5.4.37](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version 5/version_5_4_37.html) - [版本 5.4.40](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version 5/version_5_4_40.html) - [版本 5.4.53](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version 5/version_5_4_53.html) - [版本 5.4.54](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version 5/version_5_4_54.html) - [版本 5.4.56](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version 5/version_5_4_56.html) - [版本 5.4.57](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version 5/version_5_4_57.html) - [版本 5.4.60](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version 5/version_5_4_60.html) - [版本 5.4.61](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version 5/version_5_4_61.html) - [版本 5.4.69](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version 5/version_5_4_69.html) - [版本 5.5.4](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version 5/version_5_5_1.html) - [版本 2](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version_2.html) - [版本 3](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version_3.html) - [版本 4](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version_4/index.html) - [版本 4.0.70](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version_4/version_4_0_70.html) - [版本 4.0.71](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version_4/version_4_0_71.html) - [版本 4.0.74](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version_4/version_4_0_74.html) - [版本 4.0.78](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version_4/version_4_0_78.html) - [版本 4.0.79](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version_4/version_4_0_79.html) - [版本 4.0.81](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version_4/version_4_0_81.html) - [版本 4.0.84](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version_4/version_4_0_84.html) - [版本 4.0.88](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version_4/version_4_0_88.html) - [版本 7](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version_7/index.html) - [版本 7.0.39](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version_7/version_7_0_39.html) - [版本 7.0.50](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version_7/version_7_0_50.html) - [版本 7.0.53](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version_7/version_7_0_53.html) - [版本 7.0.64](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version_7/version_7_0_64.html) - [版本 7.0.69](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version_7/version_7_0_69.html) - [版本 7.0.7x](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/releases/version_7/version_7_0_70.html) - [](https://jampy-docs.readthedocs.io/projects/V7/zh-cn/latest/demo_zh_CN/Readme.html)