摘要: 1. 正则匹配:新建一个规则,把左边界和有边界的值放进去,中间要提取的内容用(.+?)表示 var data=responseBody.match(new RegExp('"height":(.+?)},')) console.log(data[1]) 2.内置动态参数 时间戳 {{timestam 阅读全文
posted @ 2021-08-06 21:00 一叶小舟1 阅读(1070) 评论(0) 推荐(0) 编辑
摘要: 1.环境变量里增加 JAVA_TOOL_OPTIONS : -Dfile.encoding=UTF-8 2.tomcat/conf/sever.xml 文件修改: <Connector port="8080" useBodyEncodingForURI="true" protocol="HTTP/1 阅读全文
posted @ 2021-08-06 16:28 一叶小舟1 阅读(75) 评论(0) 推荐(0) 编辑