xmlrequest: sendForm(str, types) { var form = this.$refs.ipas_form; var oOutput = document.querySelector("div"), oData = new FormData((document.forms.namedItem(str))); oData.append("username", "This is some extra data"); var…
新建一个普通的maven工程 在pom.xml文件中引入相应的坐标 <?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work fo…