Create a Form instance. Instead of creating an instance in new mode, use create to create an instance.
Create a Form instance with the specified options.
const form = await Form.create(); Copy
const form = await Form.create();
The options to create a Menu instance.
销毁当前对象。
获取页面对象的表单对象。
页面对象。
返回一个 Form 实例。
Static
创建一个 FormObject 实例。
Optional
使用指定的配置项创建一个 FormObject 实例。
返回一个 FormObject 实例。
const formObject = await FormObject.create(); Copy
const formObject = await FormObject.create();
Create a Form instance. Instead of creating an instance in new mode, use create to create an instance.