$form = $("<form></form>"); $form.append("<input type=button value=button");
这似乎不行。
$form.append('<input type="button" value="button">');