Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在Spring MVC应用程序表单中使用了一些按钮元素。虽然Chrome在所有环境中都通过POST将value属性返回到服务器,但 IE 10在环境为tomcat server时返回按钮文本。有趣的是,当环境为localhost(VMWare vFabric TC server)时,它返回正确的值属性。这是什么?POST 数据是否取决于我们使用的服务器?