TA的每日心情 | 开心 2018-11-9 10:37 |
---|
签到天数: 1 天 连续签到: 1 天 [LV.1]测试小兵
|
本帖最后由 测试时代 于 2018-9-26 17:59 编辑
脚本中 web_url("project-create.html",
"URL=http://192.168.100.157:7777/ranzhi/proj/project-create.html",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=http://192.168.100.157:7777/ranzhi/sys/index.html",
"Snapshot=t28.inf",
"Mode=HTML",
EXTRARES,
"Url=../js/datetimepicker/css/min.css?v=4.8", ENDITEM,
"Url=../js/datetimepicker/js/min.js?v=4.8", ENDITEM,
"Url=../js/kindeditor/kindeditor.min.css", ENDITEM,
"Url=../theme/zui/css/min.css", ENDITEM,
"Url=../js/kindeditor/themes/default/default.png", ENDITEM,
LAST);
返回的response中
<div class='row page-content with-menu'>
<script language='Javascript'>v.jsRoot = "\/ranzhi\/js\/";</script>
<script language='Javascript'>v.themeRoot = "\/ranzhi\/theme\/";</script>
<script language='Javascript'>v.editors = {"id":["desc"],"tools":"simple"};</script>
<script language='Javascript'>v.errorUnwritable = "\u4e0a\u4f20\u76ee\u5f55\u4e0d\u53ef\u5199\uff0c\u65e0\u6cd5\u4e0a\u4f20\u9644\u4ef6\u3002";</script>
<script language='Javascript'>v.editorLang = "zh_CN";</script>
<script src='/ranzhi/js/kindeditor/kindeditor.min.js?v=4.8' type='text/javascript'></script>
<script src='/ranzhi/js/kindeditor/lang/zh_CN.js?v=4.8' type='text/javascript'></script>
<script language='Javascript'>v.uid = "5ba4b3877fdfa";</script>
其中v.uid = "5ba4b3877fdfa"; 需要作为后面的脚本应用
目前我自己研究的方案使用函数 但是是不对的
web_reg_save_param("uid2",
"LB=v.uid =",
"RB=;</script>",
LAST);改方法运行的错误日志 Action.c(372): Error -26377: No match found for the requested parameter "uid2". Check whether the requested boundaries exist in the response data. Also,
if the data you want to save exceeds 256 bytes, use
web_set_max_html_param_len to increase the parameter size
[MsgId: MERR-26377]
不知道大家有什么方法???
|
|