标签:display pos 方法 top input grails 服务 html mit
<form name="form名称" action="请求地址" method="请求类型" enctype ="multipart/form-data">
<input type="file" name="file">
<input type="text" name="text">
<input type="submit" value="提交">
</form>
<g:form controller="word" action="saveAll" method="POST">
<g:textArea name="field_text" value="在这里输入你需要的内容" class="form-control" rows="10"/>
<g:submitButton class="btn btn-xs btn-success btn-outline" name="save" value="保存">保存</g:submitButton>
<g:submitButton class="btn btn-xs btn-success btn-outline"
name="save"
value="分词"
formaction="wordSeg">分词
</g:submitButton>
</g:form>
标签:display pos 方法 top input grails 服务 html mit
原文地址:https://www.cnblogs.com/duchaoqun/p/13082894.html