jquery mobile这货会自动用Ajax方式。 所以需要在表单form标签添加data-ajax="false"这个元素。 <form method="post" data-ajax="false">...</form>