jQuery 重复表单字段。保证表单字段的 name 及 ID 递增。示例://All options are optional. new Repeater($('.repeatable'), { addSelector: '.repeater-add', //The css selector for the add button. removeSelector: '.repeater-remove', //The css selector for the remove button. withDataAndEvents: false,