%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> <%@include file="/commons/include/html_doctype.html" %>
<%@include file="/commons/include/form.jsp" %>
脚本内容: ${scriptStr}
|
返回结果: |
返回结果说明:返回的结果是以JSON字符串格式返回的内容,其分为isSuccess、msg和result三个部分;
其中isSuccess=0为成功返回信息,为其它值时获取信息失败;msg为信息提示的内容;
result为脚本执行后返回的数据内容。
|