Init()
Init(string $formaction = "", string $checkScript = "js/blank.js", string $formmethod = "POST", string $formname = "myform") : void
初始化为含表单的页面
Parameters
| string |
$formaction |
表单操作action |
| string |
$checkScript |
检测验证js |
| string |
$formmethod |
表单类型 |
| string |
$formname |
表单名称 |